分类: node
thumbnail
nvm

windows下nvm切换node后npm无效问题解决

今天遇到一个问题,在通过nvm切换node后,npm竟然不能用。 刚开始觉得很奇怪。后面经过反复切换发现原来在nvm install时,可能存在node包并没有实际安装成功 ……
thumbnail

node-sass安装失败处理

1、直接对node-sass设置拉取地址 npm install node-sass --sass-binary-site=https://npm.taobao.org/mirrors/node-sass 2、全局配置 npm config set sass_bin……
thumbnail

windows下使用nvm

windows下使用nvm需要删除通过安装包安装的node。 要不然node切换永远显示通过安装包显示的node版本 1、下载 https://github.com/coreybutler/nvm-windows/rel……
thumbnail

npm包功能简介

1、roughjs 通过canvas实现手绘
thumbnail

npm配置国内源

配置淘宝镜像地址: npm config set registry http://registry.npmmirror.com 查询当前镜像 npm get registry 设置为淘宝镜像   npm config set registry……