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
'use strict';varsass=require('sass');constEmberApp=require('ember-cli/lib/broccoli/ember-app');module.exports=function(defaults){letapp=newEmberApp(defaults,{// Add options heresassOptions: {implementation: sass}});// Use `app.import` to add additional libraries to the generated// output files.//// If you need to use different assets in different// environments, specify an object as the first parameter. That// object's keys should be the environment name and the values// should be the asset to use in that environment.//// If the library that you are including contains AMD or ES6// modules that you would like to import into your application// please specify an object with the list of modules as keys// along with the exports of each module as its value.returnapp.toTree();};
➜ flexbox-app git:(master) ✗ ember s
Could not require 'ember-cli-build.js': Cannot find module 'sass'
Stack Trace and Error Report: /var/folders/1c/5t4__m4j72zfnrchkthtmh8c0000gn/T/error.dump.10b05e33237a0aabe49205f7efb7b06c.log
The text was updated successfully, but these errors were encountered:
➜ flexbox-app git:(master) ✗ ember s
Could not require 'ember-cli-build.js': Cannot find module 'sass'
Stack Trace and Error Report: /var/folders/1c/5t4__m4j72zfnrchkthtmh8c0000gn/T/error.dump.10b05e33237a0aabe49205f7efb7b06c.log
The text was updated successfully, but these errors were encountered: