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/02 14:53:48 UTC

[GitHub] [cordova-plugman] rimaad opened a new issue #133: command not found: plugman

rimaad opened a new issue #133:
URL: https://github.com/apache/cordova-plugman/issues/133


   # Bug Report
   
   ## Problem
   
   ### What is expected to happen?
   Plugman command not recognised after plugman help executed.
   
   
   
   ### What does actually happen?
   
   command not found: plugman
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   
   I installed plugman and all pre-requisites .
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   
   
   
   ### Version information
   
   Cordova 10.0.0
   Plugman 3.0.0
   MacOS Catalina 10.15.
   Node v15.3.0
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [ ] I searched for existing GitHub issues
   - [ ] I updated all Cordova tooling to most recent version
   - [ ] I included all the necessary information above
   


----------------------------------------------------------------
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


[GitHub] [cordova-plugman] breautek commented on issue #133: command not found: plugman

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #133:
URL: https://github.com/apache/cordova-plugman/issues/133#issuecomment-737991112


   Using the provided steps I am unable to reproduce this in my environment, which includes:
   
   Ubuntu 20.04
   plugman 3.0.0 | 3.0.1
   Node v12.19.0 | v15.3.0


----------------------------------------------------------------
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


[GitHub] [cordova-plugman] raphinesse commented on issue #133: command not found: plugman

Posted by GitBox <gi...@apache.org>.
raphinesse commented on issue #133:
URL: https://github.com/apache/cordova-plugman/issues/133#issuecomment-737333751


   Please tell us, step by step, what you did to get that error.


----------------------------------------------------------------
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


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

Posted by GitBox <gi...@apache.org>.
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


[GitHub] [cordova-plugman] rimaad commented on issue #133: command not found: plugman

Posted by GitBox <gi...@apache.org>.
rimaad commented on issue #133:
URL: https://github.com/apache/cordova-plugman/issues/133#issuecomment-737750120


   > Please tell us, step by step, what you did to get that error.
   
   Steps added. 


----------------------------------------------------------------
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


[GitHub] [cordova-plugman] raphinesse commented on issue #133: command not found: plugman

Posted by GitBox <gi...@apache.org>.
raphinesse commented 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`.


----------------------------------------------------------------
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