Showing 1 – 1 of 1 replies
osmelcrespo

I'd download the angular version and I […]

osmelcrespo PURCHASED
3 years ago
I'd download the angular version and I can't make it work.
Steps:
1.- npm install
2.- ng serve -o
ERROR in ./src/styles.scss (./node_modules/@angular-devkit/build-angular/src/angular-cli-files/plugins/raw-css-loader.js!./node_modules/postcss-loader/src??embedded!./node_modules/sass-loader/lib/loader.js??ref--14-3!./src/styles.scss)
Module build failed (from ./node_modules/sass-loader/lib/loader.js):
Error: Cannot find module 'node-sass'

What I'm missing?
rushenn
rushenn SELLER
3 years ago
Hi there,

Thank you for purchasing my template. Look like the package ’node-sass’ is missing from the package.json. Can you try to install it manually by running the following command?

npm install node-sass

Let me know if you still the issue after this.

Regards.