We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unless I override the version of @parcel/watcher (to 2.1.0), I receive this error after setting up the project and running npm install:
PS D:\Ronati\mp-assist5> npm install npm error code 1 npm error path D:\Ronati\mp-assist5\node_modules\@parcel\watcher npm error command failed npm error command C:\WINDOWS\system32\cmd.exe /d /s /c node-gyp rebuild npm error gyp info it worked if it ends with ok npm error gyp info using [email protected] npm error gyp info using [email protected] | win32 | x64 npm error gyp info find Python using Python version 3.12.3 found at "C:\Python312\python.exe" npm error gyp info find VS using VS2022 (17.9.34902.65) found at: npm error gyp info find VS "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools" npm error gyp info find VS run with --verbose for detailed information npm error gyp info spawn C:\Python312\python.exe npm error gyp info spawn args [ npm error gyp info spawn args 'C:\\Users\\chris\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\gyp\\gyp_main.py', npm error gyp info spawn args 'binding.gyp', npm error gyp info spawn args '-f', npm error gyp info spawn args 'msvs', npm error gyp info spawn args '-I', npm error gyp info spawn args 'D:\\Ronati\\mp-assist5\\node_modules\\@parcel\\watcher\\build\\config.gypi', npm error gyp info spawn args '-I', npm error gyp info spawn args 'C:\\Users\\chris\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\addon.gypi', npm error gyp info spawn args '-I', npm error gyp info spawn args 'C:\\Users\\chris\\AppData\\Local\\node-gyp\\Cache\\20.13.1\\include\\node\\common.gypi', npm error gyp info spawn args '-Dlibrary=shared_library', npm error gyp info spawn args '-Dvisibility=default', npm error gyp info spawn args '-Dnode_root_dir=C:\\Users\\chris\\AppData\\Local\\node-gyp\\Cache\\20.13.1', npm error gyp info spawn args '-Dnode_gyp_dir=C:\\Users\\chris\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp', npm error gyp info spawn args '-Dnode_lib_file=C:\\\\Users\\\\chris\\\\AppData\\\\Local\\\\node-gyp\\\\Cache\\\\20.13.1\\\\<(target_arch)\\\\node.lib', npm error gyp info spawn args '-Dmodule_root_dir=D:\\Ronati\\mp-assist5\\node_modules\\@parcel\\watcher', npm error gyp info spawn args '-Dnode_engine=v8', npm error gyp info spawn args '--depth=.', npm error gyp info spawn args '--no-parallel', npm error gyp info spawn args '--generator-output', npm error gyp info spawn args 'D:\\Ronati\\mp-assist5\\node_modules\\@parcel\\watcher\\build', npm error gyp info spawn args '-Goutput_dir=.' npm error gyp info spawn args ] npm error gyp: binding.gyp not found (cwd: D:\Ronati\mp-assist5\node_modules\@parcel\watcher) while trying to load binding.gyp npm error gyp ERR! configure error npm error gyp ERR! stack Error: `gyp` failed with exit code: 1 npm error gyp ERR! stack at ChildProcess.<anonymous> (C:\Users\chris\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\configure.js:297:18) npm error gyp ERR! stack at ChildProcess.emit (node:events:519:28) npm error gyp ERR! stack at ChildProcess._handle.onexit (node:internal/child_process:294:12) npm error gyp ERR! System Windows_NT 10.0.19045 npm error gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\chris\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" npm error gyp ERR! cwd D:\Ronati\mp-assist5\node_modules\@parcel\watcher npm error gyp ERR! node -v v20.13.1 npm error gyp ERR! node-gyp -v v10.1.0 npm error gyp ERR! not ok
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Unless I override the version of @parcel/watcher (to 2.1.0), I receive this error after setting up the project and running npm install:
The text was updated successfully, but these errors were encountered: