mindstream
mindstream copied to clipboard
Maintenance warnings on npm i and compilation
trafficstars
npm i: 69 vulnerabilities (3 low, 14 moderate, 40 high, 12 critical)
npm run web-release:
WARNING: Zone.js does not support native async/await in ES2017.
These blocks are not intercepted by zone.js and will not triggering change detection.
See: https://github.com/angular/zone.js/pull/1140 for more information.
WARNING: Using differential loading with targets ES5 and ES2016 or higher may
cause problems. Browsers with support for ES2015 will load the ES2016+ scripts
referenced with script[type="module"] but they may not support ES2016+ syntax.
and later:
WARNING in /home/me/todo/mindstream/src/test.ts is part of the TypeScript compilation but it's unused.
Add only entry points to the 'files' or 'include' properties in your tsconfig.
WARNING in /home/me/todo/mindstream/src/environments/environment.prod.ts is part of the TypeScript compilation but it's unused.
Add only entry points to the 'files' or 'include' properties in your tsconfig.
WARNING in /home/me/todo/mindstream/src/app/task-list/task-list.component.ts depends on 'markdown-it'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
WARNING in /home/me/todo/mindstream/src/app/shared/todo-file.service.ts depends on 'jstodotxt'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
I know about these warnings but Mindstream is based on the old and unsupported version of NativeScript framework. It is not possible to fix anything in the current setup. And it would be quite difficult to migrate app to a newer version of NativeScript/Angular because there are too many breaking changes,