我目前正在使用node来构建一个网站。我在ubuntu中运行了webpack dev服务器,但在windows中我似乎无法使npm start
命令工作
我可以在两个平台上npm run build-sw
没有错误但只是无法运行。
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! site@1.0.0 start: `npm run build-sw && ./node_modules/.bin/webpack-dev-server --progress --host 0.0.0.0 --no-info --watch-poll`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the site@1.0.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
这个
答案 0 :(得分:0)
我终于能够使用YARN运行项目了。 它不需要配置更改。
我必须安装Visual C ++但之后
yarn
和yarn run start
完成了这个伎俩。
所以在ubuntu上我使用npm但是在Windows上我使用纱线。现在有效