3

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. enter image description here 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.

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 Answers1

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