webdevsuperfast / bootstrap-for-genesis

An awesome Genesis Framework child theme using Bootstrap 4
58 stars 26 forks source link

Impossible to run npm install due to gulp errors about versions #4

Closed Aerendir closed 6 years ago

Aerendir commented 6 years ago

If I try to run npm install I receive the following:

$ npm install
npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm WARN deprecated gulp-util@2.2.20: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm WARN deprecated graceful-fs@3.0.11: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm ERR! code 1
npm ERR! Command failed: /usr/local/bin/git checkout ^1.1.0
npm ERR! error: pathspec '^1.1.0' did not match any file(s) known to git.
npm ERR! 

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/Aerendir/.npm/_logs/2018-03-07T17_12_44_445Z-debug.log

Any suggestions?

webdevsuperfast commented 6 years ago

@Aerendir what's your node version, OS? you can try npm update && npm install. Let me know if that helps.

Aerendir commented 6 years ago

Yes, excuse me for the missed info.

Here are my versions:

Unfortunately also running the update before the install the error still happen...

Aerendir commented 6 years ago

I've just tried to run yarn install and it seems no errors happen... I'm going to try to go forward to see if I'm able to make the theme work...

webdevsuperfast commented 6 years ago

@Aerendir glad you are able to make it install the dependencies.