淘先锋技术网

首页 1 2 3 4 5 6 7
    npm init  (初始化)
	npm install xxx -g(全局环境安装)  

注意:如果不能安装成功,用一下方法解决:

win10系统开始–powershell–Windows powershell应用管理员身份打开-- 输入:

set-ExecutionPolicy RemoteSigned

如果这个不行,可以安装淘宝镜像

 npm config set registry https://registry.npm.taobao.org
npm install -g cnpm --registry=https://registry.npm.taobao.org