Visual Studio Code ionic "node_modules" unavailable

67 Views Asked by At

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?

1

There are 1 best solutions below

2
On

Run npm i it will regenerate node_modules

npm install