You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/12/04 08:43:24 UTC

[GitHub] [cordova-plugman] raphinesse edited a comment on issue #133: command not found: plugman

raphinesse edited a comment on issue #133:
URL: https://github.com/apache/cordova-plugman/issues/133#issuecomment-738644714


   I strongly doubt this has anything to do with Cordova. My best guess would be that the bin directory for your globally installed node_modules is not in your `PATH`.
   
   Run `which plugman` to check. If necessary, add `$(npm config get prefix)/bin` to your `PATH`.
   
   As a side note: I'm not sure how up-to-date the plugin code is, that would be generated by plugman. I think it does not even create a package.json by default (which is required by cordova). So maybe you are better off looking at an official plugin and replicating what you see there. That's just my personal opinion.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org