【发布时间】:2019-08-29 21:59:52
【问题描述】:
我的 Windows 上有 npm 6.4.1 和 node v10.15.3,所以我尝试按照网站上的所有步骤安装 Express Generator,当我尝试运行 npm start 时我得到了这个
> myapp@0.0.0 start C:\Users\ONLINEWIS-PROG-03\Documents\JS Basics\myapp
> node ./bin/www
Port 3000 requires elevated privileges
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! myapp@0.0.0 start: `node ./bin/www`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the myapp@0.0.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! C:\Users\ONLINEWIS-PROG-03\AppData\Roaming\npm-cache\_logs\2019-04-08T16_55_03_162Z-debug.log
【问题讨论】:
标签: javascript node.js windows express npm