我想问一下这个问题怎么解决,谢谢!

在webstorm中,我编译没有成功,想问下这大概是什么原因

/opt/local/node/bin/node /opt/local/node/lib/node_modules/npm/bin/npm-cli.js run dev
npm WARN lifecycle npm is using /opt/local/node/bin/node but there is no node binary in the current PATH. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with.> credit-system-frontend@0.0.1 dev /home/hldev/hldata/frontend/credit-system-frontend> webpack --watch --progress --colors --display-error-details --config webpack/dev.config.js/usr/bin/env: "node": 没有那个文件或目录

npm ERR! Linux 4.4.0-72-generic
npm ERR! argv "/opt/local/node/bin/node" "/opt/local/node/lib/node_modules/npm/bin/npm-cli.js" "run" "dev"npm ERR! node v7.7.4npm ERR! npm  v4.1.2npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! credit-system-frontend@0.0.1 dev: `webpack --watch --progress --colors --display-error-details --config webpack/dev.config.js`
npm ERR! spawn ENOENT
npm ERR! npm ERR! Failed at the credit-system-frontend@0.0.1 dev script 'webpack --watch --progress --colors --display-error-details --config webpack/dev.config.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the credit-system-frontend package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     webpack --watch --progress --colors --display-error-details --config webpack/dev.config.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs credit-system-frontend
npm ERR! Or if that isn't available, you can get their info via:npm ERR!     npm owner ls credit-system-frontend
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/hldev/hldata/frontend/credit-system-frontend/npm-debug.log

Process finished with exit code 1

慕码人1183263
浏览 7869回答 2
2回答

愿一切安好1

$ npm config set scripts-prepend-node-path true

feno

没有找到可执行的node
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript