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?
Asked
Active
Viewed 41 times
0
-
simple code run 'npm i' – MohammedAli Aug 30 '19 at 04:31
1 Answers
0
Run npm i
it will regenerate node_modules
npm install

Chanaka Weerasinghe
- 5,404
- 2
- 26
- 39
-
-
i dont get an error, just the "node_modules, platforms and plugins" tabs are unavailable, when i click on something inside of those tabs it come up with a problem – Mark Robert Ablinger Aug 30 '19 at 04:53