nodejs
rabbitlabor
这个作者很懒,什么都没留下…
展开
-
NVM for Windows下载与安装
下载NVM for Windows https://github.com/coreybutler/nvm-windows/releases nvm-noinstall.zip: 这个是绿色免安装版本,但是使用之前需要配置 nvm-setup.zip:这是一个安装包,下载之后点击安装,无需配置就可以使用,方便。 Source code(zip):zip压缩的源码 Sourc code(tar.gz):tar.gz的源码,一般用于*nix系统 安装NVM for Windows (1)解压后运行安装包,同意协议转载 2021-01-14 17:58:14 · 1092 阅读 · 0 评论 -
错误:bcrypt_lib.node不是有效的Win32应用程序
错误:bcrypt_lib.node不是有效的Win32应用程序/ nodejs使用npm install时,报错"bcrypt_lib.node不是有效的Win32应用程序",解决方案: 一 删除node_modules中的bcrypt目录 二 执行 npm install node-pre-gyp -g 三 执行 npm rebuild bcrypt --build-from-source 四 执行 npm install bcrypt ok,解决 ...原创 2021-01-14 17:49:39 · 1094 阅读 · 0 评论