Centos7下npm|node安装,以及npm打包

1、登录node.js官方https://nodejs.org/en/download下载需要的node.js版本  

  

 

2、将下载的node.js包上传到服务器,解压,并配置软链接  

    

3、配置镜像地址为淘宝镜像

  npm config set registry https://registry.npm.taobao.org  #设置

  npm config get registry  #查询

4、安装vue-cli

  npm install vue-cli --unsafe-perm  #解决权限问题,避免出现gyp ERR! stack Error: EACCES: permission denied....

  若出现报错:npm ERR! request to https://registry.npmjs.org/express failed, reason: unable to verify.....

  npm config set strict-ssl false

5、npm打包

  npm run build

 

posted @ 2020-09-10 15:44  丶鹏  阅读(621)  评论(0编辑  收藏  举报