在webstorm中,我編譯沒有成功,想問下這大概是什么原因/opt/local/node/bin/node /opt/local/node/lib/node_modules/npm/bin/npm-cli.js run devnpm 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.> [email protected] 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-genericnpm 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 shnpm ERR! code ELIFECYCLEnpm ERR! errno ENOENTnpm ERR! syscall spawnnpm ERR! [email protected] dev: `webpack --watch --progress --colors --display-error-details --config webpack/dev.config.js`npm ERR! spawn ENOENTnpm ERR! npm ERR! Failed at the [email protected] 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.jsnpm ERR! You can get information on how to open an issue for this project with:npm ERR! ? ? npm bugs credit-system-frontendnpm ERR! Or if that isn't available, you can get their info via:npm ERR! ? ? npm owner ls credit-system-frontendnpm 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.logProcess finished with exit code 1
我想問一下這個問題怎么解決,謝謝!
慕碼人1183263
2017-04-25 11:15:21