-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
error Couldn't find a package.json (or bower.json)... (installing chimp) #1864
Comments
I'm facing similar issue, not sure if they are related, following the steps above I get this error ONLY with 0.17.x - it seems to be fine with 0.16.1
Here is 0.17.2 when adding
|
I skipped 0.17.0 because of another bug. |
Also hitting this with:
|
Tested the same as springmeyer with
|
This is still happening for both |
Was it investigated at least? |
Looks like related #886 |
Works on master now. |
Reporting a bug.
Couldn't find a package.json
error when addingxolvio/chimp
(github) dependency.Steps:
node.js: v6.9.1
yarn: v0.16.1 (same with 0.17.0)
OS: Windows 10 / bash
This issue seems related to: #1215 and #1058.
yarn cache clean
doesn't solve the issue.If cache is clean and chimp is installed from npm (instead of github) it works fine. If after doing this,
yarn.lock
is removed then `yarn add "xolvio/chimp" works fine.The text was updated successfully, but these errors were encountered: