progapandist / evil_chat

Code for "Evil Front: Modern Front-end in Rails" 3-part tutorial: https://evilmartians.com/chronicles/evil-front-part-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Evil Front Part 1: Modern Front-end in Rails | First command fails to produce desired files/config.

marvindanig opened this issue · comments

$ rails new evil_chat --skip-coffee --skip-sprockets --skip-turbolinks --webpack --database=postgresql  -T

This command didn't quite produce .babelrc, .postcssrc.yml, package.json or even the app/javascripts folder on my local. I have ruby 2.5.0p0 + rails 5.1.6 + node 9.8.0 on my machine.

Are you installed Yarn? run brew install yarn first

Dang! Didn't think of it then. Will give it a try soon, thanks!