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

npm stops working if theres one package.json with a invalid dependency syntax #16

Closed
wants to merge 1 commit into from

Conversation

cioddi
Copy link
Contributor

@cioddi cioddi commented Mar 16, 2013

I had a package where the dependencies where setup in a wrong way but still valid json like:
"dependencies": [ {"underscore": ">=1.1.7"} ]
which will result in npm not beeing able to install any further packages. I'm not proposing supporting a invalid dependency syntax for package.json.
Its just to make it more failsafe.

I had a package where the dependencies where setup in a wrong way but still valid json like:
"dependencies": [ {"underscore": ">=1.1.7"} ]
which will result in npm not beeing able to install any further packages. I'm not proposing supporting a invalid dependency syntax for package.json.
Its just to make it more failsafe.
@cioddi cioddi closed this Mar 16, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant