在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.4 npm ERR! npm v4.1.2 npm 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
nodejs没有安装 https://nodejs.org/en/download/ 这里下载安装包
但是我有下载了nodejs的
@fireporsche: 实在这个路径下吗 /opt/local/node/bin/node
@2012: 不好意思,谢谢你的回答了,好像是我的nodejs没有更新,我更新了之后就可以用了