码迷,mamicode.com
首页 > Web开发 > 详细

node.js

时间:2018-01-27 13:32:54      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:nod   mirror   tar   oba   gpo   str   get   target   版本号   

1.安装node.js

  下载node.js

2.命令行输入

  node -v; //输出node版本号;

  npm -v ; //输出npm版本号;

3.使用严格模式

  可以在js文件开头写 ‘use strict‘

  也可以使用 node --use_strict file.js

 

node.js

标签:nod   mirror   tar   oba   gpo   str   get   target   版本号   

原文地址:https://www.cnblogs.com/webmans/p/8270802.html

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