Open matinzd opened 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.
package.json
Environment
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