码迷,mamicode.com
首页 > 其他好文 > 详细

ES6-ES10练习的环境配置

时间:2020-01-08 00:30:53      阅读:242      评论:0      收藏:0      [点我收藏+]

标签:环境   node   start   需要   cuc   http   环境配置   git clone   项目   

node v12.2.0

要使用npx命令则npm版本需要>5.2

创建项目:npx es10-cli create 项目名

运行:npm start

 

如果npm不大于5.2,无法使用npx

npm install es10-cli -g

es10-cli create 项目名

cd 项目名

npm start

 

如果还不行

git clone https://github.com/cucygh/es-cli.git 项目名

cd 项目名

npm install

npm start

 

再不行就切换npm源

ES6-ES10练习的环境配置

标签:环境   node   start   需要   cuc   http   环境配置   git clone   项目   

原文地址:https://www.cnblogs.com/allenzhang-920/p/12164368.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!