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 was unable to build it until I set "node-gyp": "^10.2.0" in package.json. I'm using VS 2022 Community and older gyps don't support it.
Error message:
gyp ERR! find VS unknown version "undefined" found at "C:\Program Files\Microsoft Visual Studio\2022\Community"
gyp ERR! find VS could not find a version of Visual Studio 2017 or newer to use
I keep the test.js' just outside of the xelib (project) directory. I had to use let xelib = require('./xelib').wrapper; and then copy XEditLib.dll to the script directory. Game path is not needed, it's probably taken from registry. Full script for ppl who want to run it: export_markers.js.
The text was updated successfully, but these errors were encountered:
I was unable to build it until I set "node-gyp": "^10.2.0" in package.json. I'm using VS 2022 Community and older gyps don't support it.
Error message:
Related issue: nodejs/node-gyp#2958
Still managed to run it without a module.
I keep the
test.js
' just outside of thexelib
(project) directory. I had to uselet xelib = require('./xelib').wrapper;
and then copy XEditLib.dll to the script directory. Game path is not needed, it's probably taken from registry. Full script for ppl who want to run it: export_markers.js.The text was updated successfully, but these errors were encountered: