摘要: 原文链接 :https://blog.csdn.net/weixin_43513495/article/details/88633957 若有侵权请来信告知。 1.首先操作系统是win10;2.安装好node.js,yarn,git;3.在github上下载scratch-gui和scratch-d 阅读全文
posted @ 2020-11-19 10:27 晋弘 阅读(866) 评论(0) 推荐(0) 编辑
摘要: 1、Ubuntu 安装 Node.Js 1.1、执行检查可更新的软件:sudo apt-get update 1.2、先用普通的apt工具安装低版本的node,然后再升级最新。sudo apt-get install nodejssudo apt install nodejs-legacysudo 阅读全文
posted @ 2020-11-04 17:19 晋弘 阅读(754) 评论(0) 推荐(0) 编辑
摘要: npm install --global --production windows-build-tools 阅读全文
posted @ 2020-10-13 17:35 晋弘 阅读(223) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/wj6060/article/details/103999571 阅读全文
posted @ 2020-10-07 13:43 晋弘 阅读(363) 评论(0) 推荐(0) 编辑
摘要: cd scratch-vm npm install npm link npm run watch cd ../scratch-blocks npm install npm link cd ../scratch-gui npm install npm link scratch-vm scratch-b 阅读全文
posted @ 2020-09-15 17:44 晋弘 阅读(683) 评论(0) 推荐(0) 编辑
摘要: 宜昌城老张的博客 http://www.eefocus.com/zhang700309/blog/12-10/287570_57f22.html 爱板网 - 开发板大全 http://www.eeboard.com/ 极客工坊 http://www.geek-workshop.com 阅读全文
posted @ 2020-09-04 14:07 晋弘 阅读(127) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/a1908f55bef8 阅读全文
posted @ 2020-06-06 23:50 晋弘 阅读(116) 评论(0) 推荐(1) 编辑
摘要: 用 sudo pip3 install 安装第三方库总是提示 Permission denied, 最后切换到/usr/bin目录中,用 sudo python3 pip3 install 可以安装。 期间出现 cannot import name 'main' from 'pip', 修改 /us 阅读全文
posted @ 2020-02-20 13:28 晋弘 阅读(1021) 评论(1) 推荐(0) 编辑
摘要: git下载并解压 : https://github.com/igrigorik/videospeed chrome扩展程序选择 “加载已解压的扩展程序”,选择git下载的文档 阅读全文
posted @ 2020-01-20 22:27 晋弘 阅读(361) 评论(0) 推荐(0) 编辑
摘要: 升级 core-js :npm install --save core-js@^3 阅读全文
posted @ 2020-01-20 21:28 晋弘 阅读(423) 评论(0) 推荐(0) 编辑