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
Hello,
I get always an error when i try npm install luanode
C:\luatest\node_modules\luanode>if not defined npm_config_node_gyp (node "C:\Pro
gram Files\nodejs\node_modules\npm\bin\node-gyp-bin....\node_modules\node-gyp
\bin\node-gyp.js" rebuild ) else (node "" rebuild )
Building the projects in this solution one at a time. To enable parallel build,
please add the "/m" switch.
values.cc
luastate.cc
luanode.cc
C:\luatest\node_modules\luanode\include\lua.h(16): fatal error C1083: Cannot open include file: 'luaconf.h': No such file or directory (compiling source file ..\src\luanode.cc) [C:\luatest\node_modules\luanode\build\luanode.vcxproj]
C:\luatest\node_modules\luanode\include\lua.h(16): fatal error C1083: Cannot open include file: 'luaconf.h': No such file or directory (compiling source file ..\src\luastate.cc) [C:\luatest\node_modules\luanode\build\luanode.vcxproj]
C:\luatest\node_modules\luanode\include\lua.h(16): fatal error C1083: Cannot open include file: 'luaconf.h': No such file or directory (compiling source file ..\src\values.cc) [C:\luatest\node_modules\luanode\build\luanode.vcxproj]
gyp ERR! build error
gyp ERR! stack Error: C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe fail
ed with exit code: 1
how can i fix that?
The text was updated successfully, but these errors were encountered:
Hello,
I get always an error when i try npm install luanode
C:\luatest\node_modules\luanode>if not defined npm_config_node_gyp (node "C:\Pro
gram Files\nodejs\node_modules\npm\bin\node-gyp-bin....\node_modules\node-gyp
\bin\node-gyp.js" rebuild ) else (node "" rebuild )
Building the projects in this solution one at a time. To enable parallel build,
please add the "/m" switch.
values.cc
luastate.cc
luanode.cc
C:\luatest\node_modules\luanode\include\lua.h(16): fatal error C1083: Cannot open include file: 'luaconf.h': No such file or directory (compiling source file ..\src\luanode.cc) [C:\luatest\node_modules\luanode\build\luanode.vcxproj]
C:\luatest\node_modules\luanode\include\lua.h(16): fatal error C1083: Cannot open include file: 'luaconf.h': No such file or directory (compiling source file ..\src\luastate.cc) [C:\luatest\node_modules\luanode\build\luanode.vcxproj]
C:\luatest\node_modules\luanode\include\lua.h(16): fatal error C1083: Cannot open include file: 'luaconf.h': No such file or directory (compiling source file ..\src\values.cc) [C:\luatest\node_modules\luanode\build\luanode.vcxproj]
gyp ERR! build error
gyp ERR! stack Error:
C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe
failed with exit code: 1
how can i fix that?
The text was updated successfully, but these errors were encountered: