angularspree icon indicating copy to clipboard operation
angularspree copied to clipboard

fibers package is causing compilation failure on node >=16.x

Open meherhendi opened this issue 3 years ago • 0 comments

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

meherhendi avatar Apr 25 '22 08:04 meherhendi