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

Error running npm install: syntax error and invalid comment in package.json #18

Merged
merged 2 commits into from
Jan 27, 2014

Conversation

ackalker
Copy link
Contributor

npm install from Git clone fails because of a syntax error (superfluous comma) in https:/jwarkentin/node-monkey/blob/master/package.json#L31

After fixing that, npm install fails again, because of a comment: https:/jwarkentin/node-monkey/blob/master/package.json#L29 in a place where it is not allowed, please see npm/npm#4482 (comment) for more information.

jwarkentin added a commit that referenced this pull request Jan 27, 2014
Error running `npm install`: syntax error and invalid comment in package.json
@jwarkentin jwarkentin merged commit e55cfbb into jwarkentin:master Jan 27, 2014
@jwarkentin
Copy link
Owner

Wow, haha, can't believe I committed that. I should warn you that the current state of the master branch is currently in a bit of a working state. I spent my week off work at Christmas time basically rewriting everything. I haven't yet updated the documentation to match what's in the mater branch and I still have a few things to finish up. Currently I haven't ported the command interface or the profiler over to work with the new version. Also, the ssh functionality in the new version will not work for now because of some issues with the module I'm using. However, the console logging and all the authentication stuff will work fine. You just won't know how to use it without looking through the code since I haven't updated the docs. Just fair warning.

I'm hoping to spend some time this week finishing it up and getting a new version out, but I can't guarantee I'll have the time. If you are working off the master branch and have any questions (or find any bugs), let me know.

@ackalker
Copy link
Contributor Author

Thanks for the quick reply :-)

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.

2 participants