実現したいこと
前提・実現したいこと
いつも大変お世話になっております。
初歩的な質問で申し訳有りません。
npmコマンドを実行しても何も表示されないのは、なぜでしょうか。
package.jsonの内容をインストールしたいと思っておりますが、なぜかnpm installができませんのが困っております。
ダウンロードはされているものと思われますが、適切でない場所にダウンロードされているのではないかと推測しております。
どうかご一助いただけると幸いです。
何卒よろしくお願いします。
発生している問題・エラーメッセージ
env: node: No such file or directory
該当のソースコード
npm install
試したこと
1,
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
2,
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
https://github.com/blockchaininnovation/frontpractice?tab=readme-ov-file
https://zenn.dev/shichi18/articles/20230325-01-50eb75b9096004
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
vscode
バージョン: 1.92.2
macbookpro 16 (2019)
発生している問題・分からないこと
該当のソースコード
(base) SN-Nexsus:wagmi-project SN$ brew install npm
##省略
lready downloaded: /Users/SN/Library/Caches/Homebrew/downloads/2a7c1c6fbd391cbc7b6c3ec3d8e4b38804160b63141d701f36d8f3175577da89--jemalloc-5.3.0.bottle_manifest.json
==> Pouring jemalloc--5.3.0.ventura.bottle.tar.gz
🍺 /usr/local/Cellar/jemalloc/5.3.0: 17 files, 2.7MB
==> Installing nghttp2
==> Pouring nghttp2--1.63.0.ventura.bottle.tar.gz
🍺 /usr/local/Cellar/nghttp2/1.63.0: 18 files, 2.3MB
==> Running brew cleanup nghttp2
...
Removing: /usr/local/Cellar/nghttp2/1.43.0... (24 files, 2.8MB)
==> Checking for dependents of upgraded formulae...
==> No broken dependents to reinstall!
==> Caveats
==> emacs
To start emacs now and restart at login:
brew services start emacs
Or, if you don't want/need a background service you can just run:
/usr/local/opt/emacs/bin/emacs --fg-daemon
(base) SN-Nexsus:wagmi-project SN$ cd /Users/SN/Downloads/frontpractice-main/wagmi-project/
(base) SN-Nexsus:wagmi-project SN$ npm install
env: node: No such file or directory
試したこと・調べたこと
- teratailやGoogle等で検索した
- ソースコードを自分なりに変更した
- 知人に聞いた
- その他
上記の詳細・結果
homebrew 経由でいれました。
npm installができませんでした。
補足
(base) SN-Nexsus:wagmi-project SN$ brew install npm Warning: node 22.7.0 is already installed, it's just not linked. To link this version, run: brew link node (base) SN-Nexsus:wagmi-project SN$ brew link node Linking /usr/local/Cellar/node/22.7.0... Error: Could not symlink share/doc/node/gdbinit Target /usr/local/share/doc/node/gdbinit already exists. You may want to remove it: rm '/usr/local/share/doc/node/gdbinit' To force the link and overwrite all conflicting files: brew link --overwrite node To list all files that would be deleted: brew link --overwrite node --dry-run (base) SN-Nexsus:wagmi-project SN$ brew link --overwrite node --dry-run Would remove: /usr/local/share/doc/node/gdbinit /usr/local/share/doc/node/lldb_commands.py /usr/local/share/man/man1/node.1 (base) SN-Nexsus:wagmi-project SN$
回答2件
あなたの回答
tips
プレビュー