You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bundle exec jekyll server -H 0.0.0.0 --incremental
root@a7f3fe851bb1:/app# bundle exec jekyll server -H 0.0.0.0 --incremental
Configuration file: /app/_config.yml
Source: /app
Destination: /app/_site
Incremental build: enabled
Generating...
Conversion error: Jekyll::Converters::Scss encountered an error while converting 'assets/style.scss':
File to import not found or unreadable: tachyons-sass/tachyons.scss. on line 1
jekyll 3.7.3 | Error: File to import not found or unreadable: tachyons-sass/tachyons.scss. on line 1
Fix
npm install --save tachyons-sass
The text was updated successfully, but these errors were encountered:
bundle exec jekyll server -H 0.0.0.0 --incremental
root@a7f3fe851bb1:/app# bundle exec jekyll server -H 0.0.0.0 --incremental
Configuration file: /app/_config.yml
Source: /app
Destination: /app/_site
Incremental build: enabled
Generating...
Conversion error: Jekyll::Converters::Scss encountered an error while converting 'assets/style.scss':
File to import not found or unreadable: tachyons-sass/tachyons.scss. on line 1
jekyll 3.7.3 | Error: File to import not found or unreadable: tachyons-sass/tachyons.scss. on line 1
Fix
npm install --save tachyons-sass
The text was updated successfully, but these errors were encountered: