解决nodejs不支持async和await关键字的问题

发布时间:2024-08-25 18:01

http://blog.csdn.net/brave_coder/article/details/69802881

1、
[html]  view plain  copy
 
  1. $ npm install --save-dev babel-cli  


2、

[html]  view plain  copy
 
  1. $ npm install --save-dev babel-preset-es2015 babel-preset-es2017  

3、Create .babelrc in the project root folder with the following contents:


{ "presets": ["es2015","es2017"] }


4、Run your script with babel-node

$ babel-node async.js


原网址:stackoverflow

ItVuer - 免责声明 - 关于我们 - 联系我们

本网站信息来源于互联网,如有侵权请联系:561261067@qq.com

桂ICP备16001015号