Vaadin 不断给出错误 @vaadin/flow-deps
Vaadin keeps giving error with @vaadin/flow-deps
每当我尝试使用 Vaadin 做任何事情时,总是给我带来问题的一件事是 npm 包 flow-deps 或缺少它。每当我尝试移动我的 vaadin 文件夹时,它就会卡在该目录中。 npm install 不工作并且 returns 这个错误:
npm ERR! code ENOLOCAL
npm ERR! Could not install from "target\frontend" as it does not contain a package.json file.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\shour\AppData\Roaming\npm-cache\_logs20-02-22T22_58_29_085Z-debug.log
有人可以帮忙吗?提前致谢!
经过多次尝试和错误后,事实证明,每当我重新安装 Vaadin 和 运行 npm install 时,它都会安装一个文件快捷方式 @flow-deps,它不会指向任何地方。删除该快捷方式解决了该问题。
每当我尝试使用 Vaadin 做任何事情时,总是给我带来问题的一件事是 npm 包 flow-deps 或缺少它。每当我尝试移动我的 vaadin 文件夹时,它就会卡在该目录中。 npm install 不工作并且 returns 这个错误:
npm ERR! code ENOLOCAL
npm ERR! Could not install from "target\frontend" as it does not contain a package.json file.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\shour\AppData\Roaming\npm-cache\_logs20-02-22T22_58_29_085Z-debug.log
有人可以帮忙吗?提前致谢!
经过多次尝试和错误后,事实证明,每当我重新安装 Vaadin 和 运行 npm install 时,它都会安装一个文件快捷方式 @flow-deps,它不会指向任何地方。删除该快捷方式解决了该问题。