I recently cloned a React repository (based off of create-react-app
) from BitBucket. Why are all my node_modules folders highlighted red in Visual Studio Code?
I ran npm install
, npm update
, and npm start
and didn't run into any errors, but the folders are still highlighted red. How can I make sure these packages are being installed/updated properly?