axemclion / react-native-cordova-plugin

Cordova Plugin Adapter for React Native
ISC License
440 stars 35 forks source link

support for npm 3 #5

Closed maxim-c closed 9 years ago

maxim-c commented 9 years ago

not wokring with npm 3.

axemclion commented 9 years ago

Is this extension itself an issue, or is the issue with individual plugins ? Can you help me understand the issue ?

maxim-c commented 9 years ago

this is with extension itself. There a 70+ errors (some of them “java: package org.apache.cordova does not exist”) . I suppose it just cant find dependencies, because looking in ./react-native-cordova-plugin/node_modules/, but actually in npm 3 they installed in project's node_modules

axemclion commented 9 years ago

Just ran it with npm3, and I see the errors. Cordova is working on updating to using Node 5, and as soon as that happens, I will update this plugin to start using the new model.