node.jsはインストールしているのに、webpackerをインストールできない
アプリを作成開始したところです。
%rails s をすると、webpackerをインストールしてくださいと出ます。
Webpacker configuration file not found /Users/kaho/projects/vintageshopapp/config/webpacker.yml.
Please run rails webpacker:install Error: No such file or directory @ rb_sysopen - /Users/kaho/projects/vintageshopapp/config/webpacker.yml (RuntimeError)
webpackerをインストールすると、node.jsをダウンロードしてくださいとでます。
'/usr/lib/libicui18n.71.dylib' (no such file, not in dyld cache)
sh: line 1: 22667 Abort trap: 6 node -v
sh: nodejs: command not found
Node.js not installed. Please download and install Node.js https://nodejs.org/en/download/
https://nodejs.org/en/download/ でダウンロードして、brew install nodeをすると、
すでにインストールされています。と出ます。
Warning: node 19.6.0 is already installed, it's just not linked.
To link this version, run:
brew link node
上記のit's just not linked.が原因なのでしょうか?
解決方法を探しましたが、見つかりません。
基礎的で大変申し訳ございませんが、ご教示お願いいたします。