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.
错误信息:
https://ibb.co/m00A2a -
这是我每次都遇到的错误,我不知道该怎么说,但有时在等待 5 分钟后创建了一个 node_modules 文件夹,并且我在那里有库/框架,有时它不会发生。
对于任何有同样错误的人,你如何修复它
npm install bower -g
这将安装凉亭,然后在您的项目文件夹中,而不是键入 npm install jquery您键入bower install jquery
npm install jquery
bower install jquery