0

I am working on Visual Studio Code. When I look through the list of code the "node_modules, platforms & plugins drop downs" are grey and appear to be unavailable. Can anyone suggest a solution to this problem?

SteveJ
  • 3,034
  • 2
  • 27
  • 47

1 Answers1

0

Run npm i it will regenerate node_modules

npm install
Chanaka Weerasinghe
  • 5,404
  • 2
  • 26
  • 39