sass / node-sass

:rainbow: Node.js bindings to libsass

Home Page:https://npmjs.org/package/node-sass

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I've used this command with no success: `npm install node-sass@npm:sass`

oneclose-marinusdebeer opened this issue · comments

That does not work, I get the following (I am on a M1 MacBook):

ERROR Failed to compile with 1 error 2:30:47 PM

error in ./src/assets/sass/now-ui-dashboard.scss

Syntax Error:
@include select('info')
^
Expected ";".

75 │ @include select('info')
│ ^

src/assets/sass/now-ui-dashboard/element-ui-plugins/_select.scss 75:24 @import
stdin 66:9 root stylesheet
in /Users/marinus/Desktop/oneclose/oneclose-app/frontend/src/assets/sass/now-ui-dashboard/element-ui-plugins/_select.scss (line 75, column 24)

@ ./src/assets/sass/now-ui-dashboard.scss 4:14-242 15:3-20:5 16:22-250
@ ./src/dashboard-plugin.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.5.234:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

node-sass@npm:sass means your installing https://github.com/sass/dart-sass rather than this project