Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
oneclose-marinusdebeer opened this issue Apr 20, 2023 · 1 comment

Comments

@oneclose-marinusdebeer
Copy link

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

@nschonni
Copy link
Contributor

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

@nschonni nschonni closed this as not planned Won't fix, can't repro, duplicate, stale Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants