vue-cli-service serve and CPU usage on Mac OSX
•
1 min read
Dealing with this issue for a while, here the solution right from Stackoverflow:
npm install fsevents -g
npm rebuild fsevents
Dealing with this issue for a while, here the solution right from Stackoverflow:
npm install fsevents -g
npm rebuild fsevents