Cannot find module './build/Release/vm_one.node'
See original GitHub issueSystem: Window 10 node version: 10.15.0 GPU: nVidia GTX 1050
exokit: 0.505
ran npm install, and build directory was built
.\scripts\exokit https:/myUrl.html
resulted in:
Error: Cannot find module ‘./build/Release/vm_one.node’ at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15) at Function.Module._load (internal/modules/cjs/loader.js:507:25) at Module.require (internal/modules/cjs/loader.js:637:17) at require (internal/modules/cjs/helpers.js:22:18) at Object.<anonymous> (C:\exokit\node_modules\vm-one\index.js:2:31) at Module._compile (internal/modules/cjs/loader.js:689:30) at Object.Module._extensions…js (internal/modules/cjs/loader.js:700:10) at Module.load (internal/modules/cjs/loader.js:599:32) at tryModuleLoad (internal/modules/cjs/loader.js:538:12) at Function.Module._load (internal/modules/cjs/loader.js:530:3)
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Well upped to exokit 0.506.
Install ran, still no such file, but it runs, or at least brings a window with the scene. Now I can see what can be done. Thanks.
Tried several times and started over. Big problem for me was a stray Python 3.5 on my system. I do a Blender exporter for BabylonJS. That node-gyp failed.
This is not my forte. Am just going to start over, and let you know.