Install Ruby On Rails on Mac OS X 10.15 Catalina (Issue)
I ran this command:
rails new myapp
I got this output:
Overwrite /Users/woodbineone/myapp/.gitignore? (enter "h" for help) [Ynaqdhm]
force .gitignore
conflict Gemfile
Overwrite /Users/woodbineone/myapp/Gemfile? (enter "h" for help) [Ynaqdhm]
force Gemfile
run git init from "."
Finally, I got:
sh: node: command not found
sh: nodejs: command not found
Node.js not installed. Please download and install Node.js https://nodejs.org/en/download/
I tried to install Node.js. However, I got this output:
“node-v12.16.1.pkg” can’t be opened because Apple cannot check it for malicious software.
how are you installing node? iwould recommend using nvm and prob best to let us know the steps you took
Iqbal, Thank you
I've been following this:
https://gorails.com/setup/osx/10.15-catalina (It sucks)