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 has been archived by the owner on Jul 24, 2024. It is now read-only.
node-sass version (node -p "require('node-sass').info"): ^5.0 (trying to install, latest)
npm node-sass versions (npm ls node-sass): ^5.0 (trying to install, latest)
So, I installed Windows build tools, and set npm config (nodedir (node_headers) and msvs_version=2019).
node_version.h is available in "nodedir", however I get this error:
"c:\development\luci\luci\node_modules\node-sass\build\binding.sln" (default target) (1) ->
"c:\development\luci\luci\node_modules\node-sass\build\binding.vcxproj.metaproj" (default target) (2) ->
"c:\development\luci\luci\node_modules\node-sass\build\binding.vcxproj" (default target) (4) ->
(ClCompile target) ->
c:\development\luci\luci\node_modules\nan\nan.h(24,10): fatal error C1083: Cannot open include file: 'node_version.h': No such file or directory [c:\development\luci\luci\node_modules\node-sass\build\binding
.vcxproj]
48 Warning(s)
1 Error(s)
The text was updated successfully, but these errors were encountered:
Can you show how did you exactly did that: "set npm config (nodedir (node_headers) and msvs_version=2019)." ? How does your npm configuration look like now?
npm -v
): 6.14.5node -v
): 14.4.0node -p process.versions
): 14.4.0node -p process.platform
): win32node -p process.arch
): x64node -p "require('node-sass').info"
): ^5.0 (trying to install, latest)npm ls node-sass
): ^5.0 (trying to install, latest)So, I installed Windows build tools, and set npm config (nodedir (node_headers) and msvs_version=2019).
node_version.h is available in "nodedir", however I get this error:
The text was updated successfully, but these errors were encountered: