angular2-data-table.d.ts' is not a module. Please contact the package author to update the package definition
See original GitHub issuerelease/angular2-data-table.d.ts
line 483 add prefix keyword export is compile success
export declare module "angular2-data-table"
my environment is angular-cli
Issue Analytics
- State:
- Created 7 years ago
- Comments:45 (21 by maintainers)
Top Results From Across the Web
File 'app/hero.ts' is not a module error in the console, where to ...
Try Restarting the editor in which you are writing the code(VS code or Sublime). Compile and Run it again. I have done the...
Read more >DataTableBs5 import error — DataTables forums
Hi, I'm having the error "node_modules/datatables.net-bs5/types/dataTables.bootstrap5.d.ts' it's not a module" when trying to import ...
Read more >The starting point for learning TypeScript
Find TypeScript starter projects: from Angular to React or Node.js and CLIs. ... Handbook. A great first read for your daily TS work....
Read more >Angular 2 Components - jQWidgets
First we need to install the Angular 2 and Typescript required modules. For that we need a package.json file. Here is ours: {....
Read more >vue cannot find module or type declarations - You.com
I re-installed every package changed many settings but it still fails to load all paths and show the error above for all files....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
One more update, I found out that the
issue was introduced by rc5, as stated under this: https://github.com/angular/angular/issues/10618
So, the temporary workaround is to add
to
webpack.prod.config
Try now please. This file is generated by the build, need to figure out how to do this automagic for now i manually added