open-scratch / easy-scratch3

Easy Scratch封装了如上传、加载、菜单配置、云变量接口、自定义素材库等常用的功能。只需简单js基础,即可轻松对接到平台上。You can easy embed scratch to your website with config and javascript

Home Page:http://teaching.vip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm start失败

hotorg opened this issue · comments

我在mac os catalina下npm start 失败,错误信息
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! scratch-gui@0.1.0 start: webpack-dev-server
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the scratch-gui@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
解决方法多都是 npm cache clean --force rm -rf node_modules rm package-lock.json 之后npm install 依然失败
麻烦问下,这个怎么解决呢?

看不出什么问题,尝试使用yarn start