Hameedullah Pardess

Results 7 comments of Hameedullah Pardess

I am facing same issue... any solution??

Here is how it worked for me... app.config.ts ``` // AoT requires an exported function for factories export function HttpLoaderFactory(httpClient: HttpClient) { return new TranslateHttpLoader(httpClient, './assets/i18n/', '.json'); } export const...

It could install with following command `npm i angular2-toaster --legacy-peer-deps`

Same warning... ``` ERROR (node:8) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to...

I am facing same issue... any fix? ``` Error: Requiring module "node_modules/vision-camera-code-scanner/src/index.ts", which threw an exception: ReferenceError: Can't find variable: __scanCodes ... TypeError: undefined is not an object (evaluating '_$$_REQUIRE(_dependencyMap[6],...

``` npm WARN While resolving: @angular/[email protected] npm WARN Found: [email protected] npm WARN node_modules/zone.js npm WARN zone.js@"~0.11.4" from the root project npm WARN 2 more (@angular/core, ngx-custom-validators) npm WARN npm WARN...

> I was able to clear this error by upgrading chromium, puppeteer, and node runtime. > > ``` > @sparticuz/chromium: ^132.0.0 > puppeteer-core: ^24.1.1 > runtime: nodejs20.x > ``` I...