【编程语言】nodejs 从菜鸟到高手

参考:javascript 官方文档:https://nodejs.org/api/all.html 菜鸟网站:https://www.runoob.com/nodejs/nodejs-tutorial.html 1 知识点 npm install : 要注意是 local 仍是 global,若是想全局使用,须要 -g 参数,不然只安装在本地 node_modules 中. 安装 cnpm:np
相关文章
相关标签/搜索