-
Notifications
You must be signed in to change notification settings - Fork 19
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 when running publish #3
Comments
Can you post the full error readout? My gut says that it is probably a Node/NPM version error. If you upgrade node and npm to the latest, it should resolve the issue. |
|
Hmm.. When I download NodeJS/NPM from the nodejs website (via Mac installer), I get these versions:
With those versions it works fine. I tried upgrading npm via WIll try upgrading node via npm first and then upgrading npm. One thing worth noting is that running That might work for you. It is also possible that the shelljs dependency needs to be updated to a newer version to work with these newer versions of node/npm. The latest is 0.7.8. Will need to investigate further. |
Thanks for looking into. Tried with v0.7.8 of shelljs, same result. Ran the following with 0.7.8:
|
Seems I may be having issues with NPM moreso than your library. Will keep looking. |
should have just been
I think I found that config in example in the jdeploy docs somewhere, might be worth double checking and updating if needed. Closing out. Great lib btw. |
jdeploy install
works like a charm, but when I runjdeploy publish
I get the following error:npm ERR! f.replace is not a function
The text was updated successfully, but these errors were encountered: