You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i installed the sqlite 3.1.1. my os is win10 x64. node version is 4.2.2. npm is the new version now.
After i uninstall Express visual studio 2016 for Web and Express visual studio 2016 for Desktop.......
and install Commity visual studio 2016 only,,,,it worked....why?
sometimes i open a sln file, it need to identification that file which is for web or desktop...i think it has something wrong with node-gyp.
Activity
ErisDS commentedon Nov 11, 2015
Please can you provide the following information:
npm install sqlite3 --loglevel=info
)neechange commentedon Nov 12, 2015
我也遇到了WIN10 64位
真搞不懂为什么不发布编译好的版本
neechange commentedon Nov 12, 2015
应该是NET FRAMEWORK版本高了,每个使用者使用一个几M的模块要安装G级的VS。这是什么理论
tosone commentedon Nov 13, 2015
i installed the sqlite 3.1.1. my os is win10 x64. node version is 4.2.2. npm is the new version now.
After i uninstall
Express visual studio 2016 for Web
andExpress visual studio 2016 for Desktop
.......and install
Commity visual studio 2016
only,,,,it worked....why?sometimes i open a sln file, it need to identification that file which is for web or desktop...i think it has something wrong with
node-gyp
.ronnieyuyiwei commentedon Dec 13, 2015
So it is said that if I install Commity visual studio 2016 the problem will be solved?
ghost commentedon May 15, 2016
actually after I installed vs2015 this problem has not been saved either.
ronnieyuyiwei commentedon May 16, 2016
其实把win10的framework版本改一下就好了,已经解决
cesar-blog commentedon Jun 29, 2017
@ronnieyuyiwei 怎么解决的呢?分享下呢
ronnieyuyiwei commentedon Jul 2, 2017
@cesar-blog 这似乎是很久以前我在win10安装mongodb数据库时遇到的问题,当时的解决办法就是把win10的framework降低一个版本(应该是3.5版本)即可(具体方法自己查一下,打个勾就好了)。现在版本的软件已经可以完美兼容了,不会再出现这个问题了。另外上面所说的装vs2016 或者2015我当时试过,不靠谱。
F-loat commentedon Dec 6, 2017
Just add this.
navono commentedon Apr 10, 2018
first:
then:
forconz commentedon Nov 2, 2020
如果npm install --msvs_version 2015解决不了问题,试试
通过配置淘宝的镜像源解决,首先配置淘宝的镜像源
npm config set registry https://registry.npm.taobao.org
sass_binary_site=https://npm.taobao.org/mirrors/node-sass/
注:.npmrc 文件位于:
项目根目录下执行命令:npm install
lonexw commentedon Sep 29, 2021
在控制面板/程序和功能/启用或关闭 Windows 功能中启用了 .NET Framework 3.5