Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个反复出现的问题npm start。首先,似乎每次删除src文件夹中的所有内容后,我都无法运行npm start——它会在启动脚本时抛出错误。我一直在通过删除 node_modules 并进行另一个 npm install 来解决这个问题。之后,npm start会运行成功,但它会error from chokiar说它无法观看我的index.css和index.js。
npm start
src
error from chokiar
index.css
index.js
有没有人有类似的经历并有解决方案?
我通过将所有软件包更新到最新版本来解决它。
为了安全起见,我删除了 package-lock.json 和 node_modules。
和
npx npm-check-updates -u
您将看到当前和最新版本。
跑
npm install
安装更新。
我Error from chokidar的没了 希望对你也有帮助。
Error from chokidar