microsoft / vscode-dev-containers

NOTE: Most of the contents of this repository have been migrated to the new devcontainers GitHub org (https://github.com/devcontainers). See https://github.com/devcontainers/template-starter and https://github.com/devcontainers/feature-starter for information on creating your own!
https://aka.ms/vscode-remote
MIT License
4.72k stars 1.4k forks source link

npm unavailable to install azurite on python function container #1689

Open diberry opened 1 year ago

diberry commented 1 year ago

It looks like from the .devcontainer comment on line 20 that npm is available in the container, so that I can run azurite for local storage emulation.

But when I try to install azurite with npm, bash reports npm isn't found. Azurite isn't found either.

Is node or azurite on the container in a way that a developer can use it?

david-engelmann commented 1 year ago

This repo isn't active anymore. You'll get better results posting in this repo.