software-mansion / react-native-ide

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

Unable to resolve "__RNIDE_lib__/expo_router_plugin.js" from "node_modules/expo-router/entry.js" #305

Open lenarmazitov opened 3 months ago

lenarmazitov commented 3 months ago

*Description

After I installed plugin, if I try to run my project not through IDE I'm getting this error:

Unable to resolve "__RNIDE_lib__/expo_router_plugin.js" from "node_modules/expo-router/entry.js"

I uninstalled plugin, but the error still presents.

Environment

lenarmazitov commented 3 months ago

Reset metro bundler cache helped me:

rm -rf $TMPDIR/metro-cache