运行“ npm start”时出错

时间:2018-07-24 03:08:55

标签: node.js npm error-handling node-modules

无论我使用的是什么框架,在运行“ 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

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

0 个答案:

没有答案