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

add sass deps to package.json #385

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ioistired
Copy link

Without this, npm run build would complain about missing node-sass.
Trying to install node-sass was a nightmare for me so I switched to the pure-JS Dart Sass
and it worked fine.

Without this, `npm run build` would complain about missing node-sass.
Trying to install node-sass was a nightmare for me so I switched to the pure-JS Dart Sass
and it worked fine.
@NicolasConstant
Copy link
Owner

Are you using Node v11 or higher? If you're not using v10 you will have issues with sass. 😕

@ioistired
Copy link
Author

v16.3.0

@NicolasConstant
Copy link
Owner

Yes until I update Angular to a more recent version, you have to stick to v10 to make the build work. You can use some tools like nvm to switch easily between versions, since this is a common issue.

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

Successfully merging this pull request may close these issues.

2 participants