Mostly this happens when there is conflict in the npm version installed vs the version which is your project using.
Best way worked for me is to uninstall node-saas and install saas.
Commands to follow
1. npm uninstall node-sass
2. npm install sass
Thanks!
No comments:
Post a Comment