Skip to content
New issue

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

Failed to install dependencies #339

Open
zeankundev opened this issue Feb 21, 2022 · 0 comments
Open

Failed to install dependencies #339

zeankundev opened this issue Feb 21, 2022 · 0 comments

Comments

@zeankundev
Copy link

I was trying to install the dependency with npm install but I got these errors.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant