jeudi 18 juillet 2019

In Jenkins I received the error: Could not find the default SASS implementation

In Jenkins we recently started getting the following error:

Could not find the default SASS implementation. Run the default blueprint:
   ember g ember-cli-sass
Or install an implementation such as "node-sass" and add an implementation option. For example:
   sassOptions: {implementation: require("node-sass")}

I added the sassOptions and installed ember-cli-sass and it fixed the issue on my local machine, but the app is build in a docker container and I am unsure how to run the command ember g ember-cli-sass.

Any help is greatly appreciated.

Thanks In Advanced!

    sassOptions: {implementation: require("node-sass")},
  });```




Aucun commentaire:

Enregistrer un commentaire