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
I was trying to install the dependency with npm install but I got these errors.
npm install
npm ERR! code 1 npm ERR! path C:\Users\zeanf\wick-editor\node_modules\node-sass npm ERR! command failed npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node scripts/install.js npm ERR! node:internal/modules/cjs/loader:361 npm ERR! throw err; npm ERR! ^ npm ERR! npm ERR! Error: Cannot find module 'C:\Users\zeanf\wick-editor\node_modules\extend\index'. Please verify that the package.json has a valid "main" entry npm ERR! at tryPackage (node:internal/modules/cjs/loader:353:19) npm ERR! at Function.Module._findPath (node:internal/modules/cjs/loader:566:18) npm ERR! at Function.Module._resolveFilename (node:internal/modules/cjs/loader:919:27) npm ERR! at Function.Module._load (node:internal/modules/cjs/loader:778:27) npm ERR! at Module.require (node:internal/modules/cjs/loader:999:19) npm ERR! at require (node:internal/modules/cjs/helpers:102:18) npm ERR! at Object.<anonymous> (C:\Users\zeanf\wick-editor\node_modules\request\index.js:17:14) npm ERR! at Module._compile (node:internal/modules/cjs/loader:1097:14) npm ERR! at Object.Module._extensions..js (node:internal/modules/cjs/loader:1151:10) npm ERR! at Module.load (node:internal/modules/cjs/loader:975:32) { npm ERR! code: 'MODULE_NOT_FOUND', npm ERR! path: 'C:\\Users\\zeanf\\wick-editor\\node_modules\\extend\\package.json', npm ERR! requestPath: 'extend' npm ERR! } npm ERR! npm ERR! Node.js v17.5.0 npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\zeanf\AppData\Local\npm-cache\_logs\2022-02-21T04_20_50_162Z-debug-0.log
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was trying to install the dependency with
npm install
but I got these errors.The text was updated successfully, but these errors were encountered: