codeSTACKr / minter-dapp

MIT License
2.04k stars 3.42k forks source link

Can't run NPM i #55

Open melofant opened 2 years ago

melofant commented 2 years ago

Version

General Question

What happened?

PS C:\Users\Anthony Mitchell\Desktop\nftgen\minter-dapp-main\minter-dapp-main> cd backend PS C:\Users\Anthony Mitchell\Desktop\nftgen\minter-dapp-main\minter-dapp-main\backend> node -v v18.0.0 PS C:\Users\Anthony Mitchell\Desktop\nftgen\minter-dapp-main\minter-dapp-main\backend> npm i npm WARN deprecated puppeteer@10.4.0: Version no longer supported. Upgrade to @latest npm WARN cleanup Failed to remove some directories [ npm WARN cleanup [ npm WARN cleanup 'C:\Users\Anthony Mitchell\Desktop\nftgen\minter-dapp-main\minter-dapp-main\backend\node_modules\puppeteer-extra-plugin-adblocker', npm WARN cleanup [Error: EBUSY: resource busy or locked, rmdir 'C:\Users\Anthony Mitchell\Desktop\nftgen\minter-dapp-main\minter-dapp-main\backend\node_modules\puppeteer-extra-plugin-adblocker\node_modules\puppeteer'] { npm WARN cleanup errno: -4082, npm WARN cleanup code: 'EBUSY', npm WARN cleanup syscall: 'rmdir', npm WARN cleanup path: 'C:\Users\Anthony Mitchell\Desktop\nftgen\minter-dapp-main\minter-dapp-main\backend\node_modules\puppeteer-extra-plugin-adblocker\node_modules\puppeteer' npm WARN cleanup } npm WARN cleanup ], npm WARN cleanup [ npm WARN cleanup 'C:\Users\Anthony Mitchell\Desktop\nftgen\minter-dapp-main\minter-dapp-main\backend\node_modules\puppeteer-extra-plugin-adblocker',
npm WARN cleanup [Error: EBUSY: resource busy or locked, rmdir 'C:\Users\Anthony Mitchell\Desktop\nftgen\minter-dapp-main\minter-dapp-main\backend\node_modules\puppeteer-extra-plugin-adblocker\node_modules\puppeteer'] { npm WARN cleanup errno: -4082, npm WARN cleanup code: 'EBUSY', npm WARN cleanup syscall: 'rmdir', npm WARN cleanup path: 'C:\Users\Anthony Mitchell\Desktop\nftgen\minter-dapp-main\minter-dapp-main\backend\node_modules\puppeteer-extra-plugin-adblocker\node_modules\puppeteer' npm WARN cleanup } npm WARN cleanup ] npm WARN cleanup ] npm ERR! code 1 npm ERR! path C:\Users\Anthony Mitchell\Desktop\nftgen\minter-dapp-main\minter-dapp-main\backend\node_modules\canvas npm ERR! command failed npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c node-pre-gyp install --fallback-to-build npm ERR! Failed to execute 'C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --module=C:\Users\Anthony Mitchell\Desktop\nftgen\minter-dapp-main\minter-dapp-main\backend\node_modules\canvas\build\Release\canvas.node --module_name=canvas --module_path=C:\Users\Anthony Mitchell\Desktop\nftgen\minter-dapp-main\minter-dapp-main\backend\node_modules\canvas\build\Release --napi_version=8 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v108' (1) npm ERR! node-pre-gyp info it worked if it ends with ok npm ERR! node-pre-gyp info using node-pre-gyp@1.0.9 npm ERR! node-pre-gyp info using node@18.0.0 | win32 | x64 npm ERR! node-pre-gyp info check checked for "C:\Users\Anthony Mitchell\Desktop\nftgen\minter-dapp-main\minter-dapp-main\backend\node_modules\canvas\build\Release\canvas.node" (not found) npm ERR! node-pre-gyp http GET https://github.com/Automattic/node-canvas/releases/download/v2.9.1/canvas-v2.9.1-node-v108-win32-unknown-x64.tar.gz npm ERR! node-pre-gyp ERR! install response status 404 Not Found on https://github.com/Automattic/node-canvas/releases/download/v2.9.1/canvas-v2.9.1-node-v108-win32-unknown-x64.tar.gz npm ERR! node-pre-gyp WARN Pre-built binaries not installable for canvas@2.9.1 and node@18.0.0 (node-v108 ABI, unknown) (falling back to source compile with node-gyp) npm ERR! node-pre-gyp WARN Hit error response status 404 Not Found on https://github.com/Automattic/node-canvas/releases/download/v2.9.1/canvas-v2.9.1-node-v108-win32-unknown-x64.tar.gz npm ERR! gyp info it worked if it ends with ok npm ERR! gyp info using node-gyp@9.0.0 npm ERR! gyp info using node@18.0.0 | win32 | x64 npm ERR! gyp info ok npm ERR! gyp info it worked if it ends with ok npm ERR! gyp info using node-gyp@9.0.0 npm ERR! gyp info using node@18.0.0 | win32 | x64 npm ERR! gyp info find Python using Python version 3.10.4 found at "C:\Python310\python.exe" npm ERR! gyp ERR! find VS npm ERR! gyp ERR! find VS msvs_version not set from command line or npm config npm ERR! gyp ERR! find VS VCINSTALLDIR not set, not running in VS Command Prompt npm ERR! gyp ERR! find VS could not use PowerShell to find Visual Studio 2017 or newer, try re-running with '--loglevel silly' for more details npm ERR! gyp ERR! find VS looking for Visual Studio 2015 npm ERR! gyp ERR! find VS - not found npm ERR! gyp ERR! find VS not looking for VS2013 as it is only supported up to Node.js 8 npm ERR! gyp ERR! find VS npm ERR! gyp ERR! find VS ** npm ERR! gyp ERR! find VS You need to install the latest version of Visual Studio npm ERR! gyp ERR! find VS including the "Desktop development with C++" workload. npm ERR! gyp ERR! find VS For more information consult the documentation at: npm ERR! gyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows npm ERR! gyp ERR! find VS ** npm ERR! gyp ERR! find VS npm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: Could not find any Visual Studio installation to use npm ERR! gyp ERR! stack at VisualStudioFinder.fail (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:122:47) npm ERR! gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:75:16 npm ERR! gyp ERR! stack at VisualStudioFinder.findVisualStudio2013 (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:363:14) npm ERR! gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:71:14 npm ERR! gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:384:16 npm ERR! gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\util.js:54:7 npm ERR! gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\util.js:33:16 npm ERR! gyp ERR! stack at ChildProcess.exithandler (node:child_process:395:5) npm ERR! gyp ERR! stack at ChildProcess.emit (node:events:527:28) npm ERR! gyp ERR! stack at maybeClose (node:internal/child_process:1090:16) npm ERR! gyp ERR! System Windows_NT 10.0.22000 npm ERR! gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" "configure" "--fallback-to-build" "--module=C:\Users\Anthony Mitchell\Desktop\nftgen\minter-dapp-main\minter-dapp-main\backend\node_modules\canvas\build\Release\canvas.node" "--module_name=canvas" "--module_path=C:\Users\Anthony Mitchell\Desktop\nftgen\minter-dapp-main\minter-dapp-main\backend\node_modules\canvas\build\Release" "--napi_version=8" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v108" npm ERR! gyp ERR! cwd C:\Users\Anthony Mitchell\Desktop\nftgen\minter-dapp-main\minter-dapp-main\backend\node_modules\canvas npm ERR! gyp ERR! node -v v18.0.0 npm ERR! gyp ERR! node-gyp -v v9.0.0 npm ERR! gyp ERR! not ok npm ERR! node-pre-gyp ERR! build error npm ERR! node-pre-gyp ERR! stack Error: Failed to execute 'C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --module=C:\Users\Anthony Mitchell\Desktop\nftgen\minter-dapp-main\minter-dapp-main\backend\node_modules\canvas\build\Release\canvas.node --module_name=canvas --module_path=C:\Users\Anthony Mitchell\Desktop\nftgen\minter-dapp-main\minter-dapp-main\backend\node_modules\canvas\build\Release --napi_version=8 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v108' (1) npm ERR! node-pre-gyp ERR! stack at ChildProcess. (C:\Users\Anthony Mitchell\Desktop\nftgen\minter-dapp-main\minter-dapp-main\backend\node_modules\@mapbox\node-pre-gyp\lib\util\compile.js:89:23) npm ERR! node-pre-gyp ERR! stack at ChildProcess.emit (node:events:527:28) npm ERR! node-pre-gyp ERR! stack at maybeClose (node:internal/child_process:1090:16) npm ERR! node-pre-gyp ERR! stack at ChildProcess._handle.onexit (node:internal/child_process:302:5) npm ERR! node-pre-gyp ERR! System Windows_NT 10.0.22000 npm ERR! node-pre-gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Users\Anthony Mitchell\Desktop\nftgen\minter-dapp-main\minter-dapp-main\backend\node_modules\@mapbox\node-pre-gyp\bin\node-pre-gyp" "install" "--fallback-to-build" npm ERR! node-pre-gyp ERR! cwd C:\Users\Anthony Mitchell\Desktop\nftgen\minter-dapp-main\minter-dapp-main\backend\node_modules\canvas npm ERR! node-pre-gyp ERR! node -v v18.0.0 npm ERR! node-pre-gyp ERR! node-pre-gyp -v v1.0.9 npm ERR! node-pre-gyp ERR! not ok

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Anthony Mitchell\AppData\Local\npm-cache_logs\2022-04-27T07_40_19_298Z-debug-0.log PS C:\Users\Anthony Mitchell\Desktop\nftgen\minter-dapp-main\minter-dapp-main\backend> npm run generate

minter-dapp-backend@0.0.2 generate node index.js

node:internal/modules/cjs/loader:942 throw err; ^

Error: Cannot find module 'C:\Users\Anthony Mitchell\Desktop\nftgen\minter-dapp-main\minter-dapp-main\backend/node_modules/sha1' Require stack:

Node.js v18.0.0 PS C:\Users\Anthony Mitchell\Desktop\nftgen\minter-dapp-main\minter-dapp-main\backend>

What have you tried?

I Googled and asked the community in the discord server but could not find a solution.

Relevant log output

No response

Protect your information

marcoarge commented 2 years ago

Try downgrading to node 14.8.1

minamercado commented 2 years ago

Try downgrading to node 14.8.1

This absolutely worked for me. Thank you for the suggestion!!