angularspree
angularspree copied to clipboard
fibers package is causing compilation failure on node >=16.x
since the Fibers package doesn't work in the latest versions of nodejs, the "yarn start:dev-ng-spree" command is failing I see two solutions to this:
- fixing it by updating sass-loader package and removing Fibers from package.json
- recommending switching to a node version =< 15.x under the documentation