Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
-
None
Description
using cordova-android@6.2.3
with
"cordova-plugin-device": "2.0.1",
"cordova-plugin-file": "4.3.3",
"cordova-plugin-geolocation": "2.4.3",
"cordova-plugin-media": "2.4.1",
if I set <preference name="android-maxSdkVersion" value="19"/> in config.xml
it trys to use Android SDK 19 which is good But failed with
npm ERR! path /Users/Barry/Desktop/Rolling/rsmobile/node_modules/npm/node_modules/dezalgo
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall rename
npm ERR! enoent ENOENT: no such file or directory, rename '/Users/Barry/demo/node_modules/npm/node_modules/dezalgo' -> '/Users/Barry/demo/node_modules/npm/node_modules/.dezalgo.DELETE'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
How is cordova-android tied to dezalgo ?
Thanks in advance