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

404 error prevents npm install from working #362

Open
jwithington opened this issue Apr 13, 2018 · 2 comments
Open

404 error prevents npm install from working #362

jwithington opened this issue Apr 13, 2018 · 2 comments
Labels

Comments

@jwithington
Copy link

Expected Behavior

Able to install using npm install without errors.

Current Behavior

Using npm install resulted in the following error. I'm also Including the referenced log file.

MacBook-Pro-5:fuzzy-chainsaw-master jwithington$ npm install
npm ERR! code E404
npm ERR! 404 Not Found: gulp-merge@https://registry.npmjs.org/gulp-merge/-/gulp-merge-0.1.0.tgz

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/jwithington/.npm/_logs/2018-04-13T00_36_12_901Z-debug.log

2018-04-13T00_36_12_901Z-debug.log

Possible Solution

Looks like gulp-merge is now on version 0.1.1, but also, the link to the project github points to something called merge2.

Steps to Reproduce (for bugs)

  1. download zip file
  2. Run npm install on the directory

Your Environment

  • Operating System and version (desktop or mobile): macOS 10.13.4
@jwithington
Copy link
Author

jwithington commented Apr 13, 2018

Worth pointing out that yarn worked, but did result in a warning. See issue #363 for more!

@jwithington
Copy link
Author

Possible reason for this: I was checking out VuePress this morning, and they note that, at least for their project, using NPM fails in "an existing project that has webpack 3.x as a dependency. Npm fails to generate the correct dependency tree in this case."

Thought this might help our detective work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant