I input npm install
on the VS code terminal on Docker, and it ran and ran until postinstall: sill install excuteActions
, and it stopped. Forever.
I wonder what the problem is? I clicked ctrl+c afterwards to quit, but even that doesn't quit properly to return me to the cleared terminal.
Asked
Active
Viewed 1,713 times
3

ProudHKer
- 85
- 10
-
Same over here. I'm trying to `make` the [mattermost-plugin-starter-template](https://github.com/mattermost/mattermost-plugin-starter-template) after starting up the Go remote development container and installing newest nodejs and npm on it... – MOnsDaR Jun 21 '20 at 06:52
1 Answers
1
I was having same issue on my windows machine. Apparently It was permissions issue with command prompt. When I ran command prompt with administrator permissions, my problem was solved

user17974591
- 11
- 1