tbranyen / salita

Automatically upgrade all NPM dependencies.
MIT License
97 stars 8 forks source link

Not sure what this error means #10

Closed EmperorEarth closed 8 years ago

EmperorEarth commented 8 years ago

I just tried Salita and got the following error message: image

salita --check returns the same error, same line numbers, same stack trace

Working Repository/Directory information is redacted, but I don't think it's relevant. Windows 7x64 NPM v3.5.3 Salita v0.8.5

Xotic750 commented 8 years ago

Seems to be reading a file named asap.js which is a Javascript file, it should be reading package.json. which is a JSON file. Do you that file in that directory?

ljharb commented 8 years ago

The error is naturally happening inside a promise, but it's likely to do with Windows filesystem stuff. Can you gist the package.json of the project you're running salita on?

EmperorEarth commented 8 years ago

User error

I added a comment to my package.json as a compile break/reminder before I commit.

Thanks for the fast responses! This tool looks promising.