-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm install error on ''Cordova: Use Native Modules' #11
Comments
Hi @SamiNodejs ,
The same information can be found in the plugin's README.md : https://github.com/janeasystems/nodejs-mobile-cordova/tree/be459ac4702a825a9254be03fc9448a5487436db#native-modules |
Thank you very much for taking the time to answer. This is part of the received message when building ’’Cordova Use Native Modules Sample’’ using Android studio: |
Hi,
The native-assets folders created for the final APK could manually be added to the application assets and be picked up at runtime. This could work. Give it a try and let us know if it works.
Starting from the sample instructions, it will install the cordova-android 6.4.0, which is the cordova-android for cordova 7.0, so it should be fine.
It looks like npm is not accessible through the command line on your development machine. That's why you are getting that error. 'node' and 'npm' are requisites for building native modules, since the process essentially calls |
Hi,
Please how to install a new npm module using the version ''Cordova: Use Native Modules''.
It works on ''Native Gradle Sample using a Node Project folder '' but with ''Cordova: Use Native Modules'' I get the error message ''Unsupported opperating system for nodejs-mobile native builds: Windows 7''.
thank you for you help.
The text was updated successfully, but these errors were encountered: