Cristiano Chiaramelli

Results 2 comments of Cristiano Chiaramelli

I was having this problem on MacOS, and simply running `$ yarn start —–reset-cache` solved it

I think the simpliest turnaround would be not use micro-dev as global dependency. Just install it as devDependency on the project and add a script. `$ npm install --save-dev micro-dev`...