excid3 / jumpstart

Easily jumpstart a new Rails application with a bunch of great features by default
http://jumpstartrails.com
MIT License
1.2k stars 316 forks source link

add add_javascript yarn with --ignore-engines #200

Closed wenlingang closed 1 year ago

wenlingang commented 1 year ago

--ignore-engines This is to fix the issue when Yarn cannot proceed due to an incompatible Node version.

excid3 commented 1 year ago

Node.js is required to use esbuild which Jumpstart configures for you so we'll want you to have a proper Node.js version installed.