software-mansion / radon-ide

VSCode extension that turns your editor into a fully fledged IDE for React Native and Expo.
https://ide.swmansion.com
Other
985 stars 33 forks source link

Radon does not use root node modules in nx workspace #683

Open matinzd opened 2 weeks ago

matinzd commented 2 weeks ago

Description

When using NX monorepos, Radon will try to use apps root path to install latest packages instead of using root node_modules and specified versions.

Here is the reproducible: https://github.com/matinzd/radon-ide-bug-nx

Try running it with Radon and it will try to install RN 0.76.1 although the specified version is 0.74.5 in root package.json.

Environment