首页 > 解决方案 > 运行“npm start”时出错

问题描述

无论我使用什么框架,在运行“npm start”时,这对我来说一直是一个问题。这是我在本地机器上运行“npm start”时的输出。

/Users/developer/dev-projects/Central-Repo/node_modules/rcloader/index.js:39
    if (err) throw err;
             ^

Error: ENOENT: no such file or directory, open '.csslintrc'
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! meanjs@0.6.0 start: `gulp`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the meanjs@0.6.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional 
logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/developer/.npm/_logs/2018-07-24T06_12_40_636Z-debug.log

我在这里想念什么?我已经卸载并重新安装了所有节点模块。我已经完成了我的研究,我发现的每一个建议的解决方案都不适合我。

标签: node.jsnpmerror-handlingnode-modules

解决方案


推荐阅读