Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.5.0
-
None
Description
Currently plugman's package.json has:
"cordova-lib" : "0.21.6",
Unfortunately, my git repo (from coho) of cordova-lib has 0.21.8-dev, which means that if I do npm install in cordova-plugman, and I have a symlink to cordova-lib in its node_modules, the symlink is obliterated. This isn't desirable and makes a totally mess out of git repositories.