I created new project in https://console.developers.google.com . Cloned one project from git, then issued command:
curl https://sdk.cloud.google.com | bash
and
gcloud init
after doing this I'm no longer able to call
npm install
command, because cloud shell throws error
bash: npm: command not found
how can I revert (repair) Cloud shell to its primary state.
I even can't make Node.js example projects...
also
node -v
returns
bash: node: command not found