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
{{ message }}
This repository was archived by the owner on Dec 9, 2018. It is now read-only.
When VS2013 is installed you get the following error:
LINK : fatal error LNK1181: cannot open input file 'kernel32.lib' [C:\Source\POC\ExpressApp1\node_modules\contextify\build\contextify.vcxproj]
I've identified a way to fix (well works for me) this looks to be that GYP is not generating correct project options for VS2013. To resolve you just: -
npm set rollback false
npm install contextify (which will fail)
open up node_modules\contextify\build\binding.sln with VS2013 (this will upgrade the project from VS2010 -> VS2013)
cd node_modules\contextify
node-gyp build
npm install contextify
Then you can npm install your modules that are defendant on contextify.