Yanchek99/wod-tracker

SassC::SyntaxError in Devise::Sessions#new

Closed this issue · 2 comments

Installed the app and got this when trying to open it:
wod-tracker/app/views/layouts/application.html.slim where line #11 raised:
Error: File to import not found or unreadable: bootstrap/scss/bootstrap.
on line 15:1 of app/assets/stylesheets/application.scss

@import "bootstrap/scss/bootstrap";

@mgailitis Did you run yarn on the project? I've updated the README to include this step but you will need to have installed the JS dependencies first before running the project.

Thanks! Now it works!