Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
toddmotto authored Jan 26, 2024
1 parent dae6081 commit 2c39c6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"karma-webpack": "2.0.4",
"ngrx-store-freeze": "^0.2.0",
"sass": "^1.70.0",
"node-sass": "^9.0.0",
"progress-bar-webpack-plugin": "1.9.3",
"raw-loader": "0.5.1",
"rimraf": "2.6.2",
Expand Down

1 comment on commit 2c39c6e

@AnnaMaria2711
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change in code prevents the project from running properly. For the project to function correctly, node-sass needs to be set to version 4.11.0. I reverted this line back to "node-sass": "^4.11.0", after which I was able to start the project successfully with Node version 10.24.1.

Please sign in to comment.