PacktPublishing / Reactive-Patterns-with-RxJS-for-Angular

Reactive Patterns with RxJS for Angular, published by Packt
MIT License
64 stars 65 forks source link

Not able to run code #4

Open rochlani opened 1 year ago

rochlani commented 1 year ago

Iam on Angular CLI 15.

tried to run book code as given.

tried with npm install, got rxjs related errors.

tried with yarn, it installed node modules. But project didnt run and now with different errors.

Compiling @angular/cdk/scrolling : es2015 as esm2015 ⠹ Generating browser application bundles (phase: building)...Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:71:19) at Object.createHash (node:crypto:133:10) at BulkUpdateDecorator.hashFactory (C:\Projects\Angular\Reactive-Patterns-with-RxJS-for-Angular\Chapter07\recipes-book-front\node_modules\webpack\lib\util\createHash.js:145:18) ....

Iam also not able to upgrade getting problems related with rxjs, primeng ....

wish this code should be upgraded to version 14 or version 15.