nodejs-mobile / nodejs-mobile-react-native

Node.js for Mobile Apps React Native plugin
https://nodejs-mobile.github.io
MIT License
180 stars 42 forks source link

nodejs-mobile-react-native requires Node.js version 16, but found 18 #41

Closed fastalks closed 1 year ago

fastalks commented 1 year ago

Build file '/Users/xxxx/Desktop/project/AwesomeProject/node_modules/nodejs-mobile-react-native/android/build.gradle' line: 420

A problem occurred evaluating project ':nodejs-mobile-react-native'.

nodejs-mobile-react-native requires Node.js version 16, but found 18

fastalks commented 1 year ago

when my package.json include "level": "^8.0.0",i got this error!

staltz commented 1 year ago

nodejs-mobile-react-native requires Node.js version 16, but found 18

As the error says, you have to have Node.js 16 set in your bash environment. Not a bug/issue in the library.