Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.4.0
-
None
Description
In commit
https://github.com/apla/cordova-lib/commit/07271a5c6162c0b2bee55e1ea23f91ebdfbbb34c
added call for path.pase in file
cordova-lib/src/plugman/platforms/common.js
path.parse is only available for node 0.12 and later.
According to https://github.com/nodejs/LTS/, node 0.10 will be in maintenance mode for one year since October 2015, so maintaining compatibility is important. For example, Travis-CI still using nodejs 0.10 for Mac OS X virtual machines.