美文网首页
2019-12-05

2019-12-05

作者: 我就是我2017 | 来源:发表于2019-12-05 09:12 被阅读0次

    如何建立一个Scratch服务器

    1、从github上下载源代码

    git clone https://github.com/LLK/scratch-www.git

    2、进入scratch-www目录,先安装依赖

    npm install安装

    3、npm有两个包不能安装,要使用淘宝的cnpm程序安装

    cnpm安装:npm install -g cnpm --registry=https://registry.npm.taobao.org

    4、安装两个包:

    (1)chromedriver cnpm install chromedriver

    (2) 提示sass不支持你的系统

    使用cnpm安装cnpm i node-sass -D

    它会下载源代码并编译

    5、使用npm start 发布应用 可以本机访问

    相关文章

      网友评论

          本文标题:2019-12-05

          本文链接:https://www.haomeiwen.com/subject/zxorgctx.html