babel-plugin-module-resolver icon indicating copy to clipboard operation
babel-plugin-module-resolver copied to clipboard

Doesn't work on other workspace

Open viper4595 opened this issue 6 years ago • 0 comments

Hi,

I'm working on a project with git, when I pull to another workspace(PC), I have to reset cache using 4 commands to make it work:

  • watchman watch-del-all
  • rm -rf node_modules && npm install
  • rm -rf /tmp/metro-bundler-cache-* or npm start -- --reset-cache
  • rm -rf /tmp/haste-map-react-native-packager-*

It's very annoying when the project has many people working together. Is it a way to solve this?

Thanks

viper4595 avatar Oct 24 '18 03:10 viper4595