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

npm install fails #253

Open
Swayamsvk opened this issue May 17, 2020 · 2 comments
Open

npm install fails #253

Swayamsvk opened this issue May 17, 2020 · 2 comments

Comments

@Swayamsvk
Copy link

While doing npm install I am getting this error:-

[email protected] install /media/swayam/A:/BOSS/boss_back/boss/node_modules/semantic-ui
gulp install

internal/modules/cjs/loader.js:796
throw err;
^

Error: Cannot find module 'gulp-util'
Require stack:

  • /usr/lib/nodejs/gulp/bin/gulp.js
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:793:17)
    at Function.Module._load (internal/modules/cjs/loader.js:686:27)
    at Module.require (internal/modules/cjs/loader.js:848:19)
    at require (internal/modules/cjs/helpers.js:74:18)
    at Object. (/usr/lib/nodejs/gulp/bin/gulp.js:4:13)
    at Module._compile (internal/modules/cjs/loader.js:955:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:991:10)
    at Module.load (internal/modules/cjs/loader.js:811:32)
    at Function.Module._load (internal/modules/cjs/loader.js:723:14)
    at Function.Module.runMain (internal/modules/cjs/loader.js:1043:10) {
    code: 'MODULE_NOT_FOUND',
    requireStack: [ '/usr/lib/nodejs/gulp/bin/gulp.js' ]
    }
    npm ERR! code ELIFECYCLE
    npm ERR! errno 1
    npm ERR! [email protected] install: gulp install
    npm ERR! Exit status 1
    npm ERR!
    npm ERR! Failed at the [email protected] install script.
    npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /home/swayam/.npm/_logs/2020-05-17T14_20_44_627Z-debug.log

Also tried version 8 and 10 still the error persists.

@abhishek97
Copy link
Contributor

abhishek97 commented May 17, 2020

Look like you haven't install project dependencies.
try npm install or yarn install

@Swayamsvk
Copy link
Author

Actually this error raises after I do npm install or yarn install.

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

2 participants