-
Notifications
You must be signed in to change notification settings - Fork 379
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 due to "i" version 0.3.2 unpublished #304
Comments
@jchatard willing to submit a pull request to fix this? |
As stated in my issue description, I don't know which npm package relies on I'd love too, but don't how to find the info, I'm not that used to npm. :) |
The reference to the unpublished package is actually in pioneer, which is no longer maintained. If you don't plan on running tests, you can safely remove pioneer from package.json. |
I just submitted a PR that removes Pioneer so that As a side note, |
+1 |
Fixed my issue: Consider to merge PR #311 ? Update: Not works with import in this way. |
Details
Impossible to install dev dependencies to an unpublished package version on npm. As stated by the author: https://www.npmjs.com/package/i
Description
I don't know which package depends on this one...
Steps to Reproduce
Using master branch, run:
The text was updated successfully, but these errors were encountered: