Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
npm を使用して Azure-cli をインストールしました。azure コマンドを実行すると、次のエラーが表示されます。/usr/bin/env: node: No such file or directory
/usr/bin/env: node: No such file or directory
Windows 上の Ubuntu (したがって Ubuntu) の Bash は、 ではnodejsなくノードをインストールしますnode。
nodejs
node
Azure CLI は、 を使用するようにプログラムされていますnode。
nodeを指すエイリアスを作成する必要がありますnodejs。次のコマンドを使用してこれを行います。
sudo ln -s /usr/bin/nodejs /usr/bin/node