I don’t know this create-react-app based project doesn’t include fsevents if it’s a required dependency to run ‘npm run test’, but the easy answer to this is to install and add it to my dev dependencies:
npm i fsevents --save-dev
Done.
Articles, notes and random thoughts on Software Development and Technology
I don’t know this create-react-app based project doesn’t include fsevents if it’s a required dependency to run ‘npm run test’, but the easy answer to this is to install and add it to my dev dependencies:
npm i fsevents --save-dev
Done.