我是靠谱客的博主 清新黄豆,最近开发中收集的这篇文章主要介绍React编译失败npm ERR! Failed at the test@1.0.0 start script.,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

code ELIFECYCLE
npm ERR! errno 1
npm ERR! test@1.0.0 start: node build/dev-server.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the test@1.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:UsersAdministratorAppDataRoamingnpm-cache_logs2018-08-01T05_56_12_498Z-debug.log

解决办法:
npm cache clean --force
npm install
npm install realm@2.1.0 --ignore-scripts

如果再出现这个:'D:andexstofrontendnode_modulesnode-sassvendor

npm rebuild node-sass

然后就解决了

最后

以上就是清新黄豆为你收集整理的React编译失败npm ERR! Failed at the test@1.0.0 start script.的全部内容,希望文章能够帮你解决React编译失败npm ERR! Failed at the test@1.0.0 start script.所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(59)

评论列表共有 0 条评论

立即
投稿
返回
顶部