mmazzarolo / react-native-universal-monorepo

React Native boilerplate supporting multiple platforms: Android, iOS, macOS, Windows, web, browser extensions, Electron.
MIT License
1.7k stars 150 forks source link

Add `.nvmrc` and set package `engine` #4

Open henrymoulton opened 2 years ago

henrymoulton commented 2 years ago
base λ yarn
yarn install v1.22.10
[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
error electron-builder@22.11.7: The engine "node" is incompatible with this module. Expected version ">=14.0.0". Got "12.19.1"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
mmazzarolo commented 2 years ago

Hey @henrymoulton ! Thanks for reporting 👍

mmazzarolo commented 2 years ago

(FYI, I'm currently working on an in-depth tutorial on how/why the approach used by this monorepo might make sense — so I might be a bit slow to handle new issues.)