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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
