>/angular-project/src/app/app.module.ts","owner":"typescript","code":"2354","severity":8,"message":"This syntax requires an imported helper but module 'tslib' cannot be found.","source":"ts","startLineNumber":13,"startColumn":1,"endLineNumber":26,"endColumn":3}...
It may be. I did use NO_ERRORS_SCHEMA and imported automatically, so it may have been @angular/compiler/src/core. I then reverted all my changes so I cannot verify that, but thanks a lot. 👍 5 DerrickF commented Jul 11, 2018 Thank you so much @mikyladewitt I've been fighting...
I'm using ethers.js with Angular 6. Everything was fine until I wanted to make production build before publishing. I got the Uncaught Error: Cannot find module 'tslib' I prepared a small demo for you to be able to reproduce the issue: https://github.com/asnov/small-test Actually, it...
To solve the error "This syntax requires an imported helper but module 'tslib' cannot be found", install tslib by running `npm install -D tslib@latest`.
Hi guys. I'm getting this error when I run `node_modules/.bin/tsc' in the following folder. error TS2354: This syntax requires an imported helper but module 'tslib' cannot be found. The offending line (rxjs/Subscriber.d.ts(13,36) does in...
I have an runtime errorUncaught Error: Cannot find module 'tslib'in a production build using Angular 6 CLI when I am using default startup project and third party npm typescript library compiled with the default settings: "importHelpers": false, "noEmitHelpers": false, ...
I checked the documentation (nx.dev) and found no answer I checked to make sure that this issue has not already been filed I'm reporting the issue to the correct repository (not related to React, Angular or any dependency) Expected Behavior I build a production build of my node app,...
I am testing out the lastest ECMA private fields. I get an error when importHelpers enabled: This syntax requires an imported helper named '__classPrivateFieldGet' which does not exist in 'tslib'. Consider upgrading your version of 'tsli...