-
Notifications
You must be signed in to change notification settings - Fork 20
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
ERR Unexpected end of JSON input #171
Comments
Since this package isn't public, I can't check its peerDependencies - do you have something atypical in there, like a git dep, or an uncommon protocol? |
I am having the same issue
|
indeed https://unpkg.com/browse/@cypress/[email protected]/package.json looks fine, so this seems like a bug |
+1 having the same bug |
Same bug here. |
+1 having the same bug |
Then it goes on to throw that error. My hunch, I have not checked this, is that it's using the scope @ as a version token since it expects it. Even if I put the version at the end eg:
yarn install-peerdeps @em/[email protected]
, it still throws the same error.The package with the peerDependencies is fine, it installs well without any issues and cries for unmet peer deps as usual.
The text was updated successfully, but these errors were encountered: