-
Notifications
You must be signed in to change notification settings - Fork 311
Error executing sass task #701
Comments
Hmmm, I haven't seen this one before. Can you come up with a way for me to recreate the issue? Thanks, |
Sure, for instance: Start a new ionic project: Build the solution ( i suppose is required before using sass task later ): Add sass task into package.json
Apply sass: And finally the output:
|
Can you try using Node 6.9.x, the recommended LTS version? My guess is it's an issue with Node 7.5 not being supported yet by one of the dependencies. Thanks, |
Just tried with 6.9.5 ( reinstalling all dependencies ) but no lucky :(
|
Can you run Thanks, |
This is the ionic info for the example project, the error is the same than when i was using node 7.5 and also for ionic framework rc4 ( in other project )
Thanks for your help! |
Does everything work if you run Thanks, |
Yes, ionic run android works ok. I need to call standalone sass because the full build is slow for our requeriments. In a previous version ( dont remember very well wich one maybe 0.46? ) it worked ok |
Okay, no worries. I will see what I can do to get it working again. Thanks, |
We decided we aren't going to revisit this at this time. Maybe in a few months. We're also open to a PR. Thanks, |
Short description of the problem:
Cannot execute sass task
Steps to reproduce:
Error
Which @ionic/app-scripts version are you using?
Package json
The text was updated successfully, but these errors were encountered: