ES6-ES10练习的环境配置
Posted allenzhang-920
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ES6-ES10练习的环境配置相关的知识,希望对你有一定的参考价值。
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练习的环境配置的主要内容,如果未能解决你的问题,请参考以下文章