前提・実現したいこと
githubでインストールしたデータをvscで読み込みたい。
ここに質問の内容を詳しく書いてください。
vsc初心者ですbracketsは少し触っていました。
ほぼ初見で触っているのですが、githubで落としてきたデータを新規ターミナルで読み込もうと、npm installを入力するとzsh: command not found: npm
と出てしまします。
試したこと
ネットで調べて試した事です。
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
と入力する。
Warning: The Ruby Homebrew installer is now deprecated and has been rewritten in
Bash. Please migrate to the following command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
==> Checking for sudo
access (which may request your password)...
Password:
==> This script will install:
/usr/local/bin/brew
/usr/local/share/doc/homebrew
/usr/local/share/man/man1/brew.1
/usr/local/share/zsh/site-functions/_brew
/usr/local/etc/bash_completion.d/brew
/usr/local/Homebrew
Press RETURN to continue or any other key to abort:
と出たのでエンターキー
==> /usr/bin/sudo /usr/sbin/chown -R moto:admin /usr/local/Homebrew
==> Downloading and installing Homebrew...
HEAD is now at 0b14b6d76 Merge pull request #12641 from hyuraku/cmd/autoremove_cask_dependencies
fatal: Could not resolve HEAD to a revision
Updated 1 tap (homebrew/cask).
==> Installation successful!
==> Homebrew has enabled anonymous aggregate formulae and cask analytics.
Read the analytics documentation (and how to opt-out) here:
https://docs.brew.sh/Analytics
No analytics data has been sent yet (nor will any be during this install run).
==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
https://github.com/Homebrew/brew#donations
==> Next steps:
- Run brew help to get started
- Further documentation:
https://docs.brew.sh
するとここまで表示されます
その後which brewを入力して確認とありましたので入力
すると
/usr/local/bin/brew
と出ます。
その後何も書いてなかったので、試しにもう一度、
npm installと打っても、zsh: command not found: npmと表示されてしまいます
再起動してもダメでした。
どうか分かる方、ご指導お願い致します。
補足情報(FW/ツールのバージョンなど)
macbook pro OS12.1
ここにより詳細な情報を記載してください。
あなたの回答
tips
プレビュー