Reputation: 41
When trying to run npm start, I'm receiving two errors
This happens in every local repository on my machine, except one.
What seemed to get that repo to work was removing unused header files via brew, and restarting the computer.
However, the error persists in every other repository.
Here are the details:
Using a 2015 Macbook Pro 15 inch, running MacOS Mojave version 10.14.6
So far, we've tried:
Looking for software updates via Mac App Store - None are pending for my comp.
Check the package.json to see if the dependencies are the same (they are) (screenshot attached)
Updating command line tools to 11.3
Different versions of node - 14, 10, 12
Uninstalling & re-installing node modules - Before & After installing CLT & Rebooting
installing fs_events globally
installing live server globally
removing unused header files
I've made sure the dependencies are the same
I'm definitely missing something, so any help is greatly appreciated!
Update Switching to Node version 14 seems to work, however after restarting it fails. Switching to a different version of node and then back seems to work as a temp fix
Upvotes: 3
Views: 785
Reputation: 2426
After I removed fully not partially the dependency where such message appeared from, such issue was dismissed from OS where it occurred.
Upvotes: 0