For anyone that encounters this issue (Phoenix won’t compile due to node-sass), the solution was to replace "node-sass": "xx.xx.xx"
with "sass": "^1.22.10"
as explained here:
3 Likes
For anyone that encounters this issue (Phoenix won’t compile due to node-sass), the solution was to replace "node-sass": "xx.xx.xx"
with "sass": "^1.22.10"
as explained here: