npm的安装方式

来源:互联网 发布:网络购物系统 编辑:程序博客网 时间:2024/05/25 08:12

npm的安装方式是

[plain] view plaincopyprint?在CODE上查看代码片派生到我的代码片
    1. wget http://npmjs.org/install.sh  

    2. chmod +x ./install.sh  

    3. ./install.sh  

0 0