You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
I am planning to create plugin for Android and iOS after following steps from your documentation.
Tried with sudo same happening.
Command or Code
plugman help -> command not found.
Environment, Platform, Device
MacOS Catalina 10.15
Version information
Cordova 10.0.0
Plugman 3.0.0
MacOS Catalina 10.15.
Node v15.3.0
Checklist
The text was updated successfully, but these errors were encountered: