Failed to find '@swimlane/ngx-datatable/release/index.css'
See original GitHub issueThis error happens if I try to upgrade from version 15.0.2
to version 16.0.0
ERROR in ./src/assets/scss/main.scss (./node_modules/@angular-devkit/build-angular/src/angular-cli-files/plugins/raw-css-loader.js!./node_modules/postcss-loader/src??embedded!./node_modules/sass-loader/lib/loader.js??ref--15-3!./src/assets/scss/main.scss)
Module build failed (from ./node_modules/postcss-loader/src/index.js):
Error: Failed to find '@swimlane/ngx-datatable/release/index.css'
in [
/home/travis/build/azerothcore/Keira3/src/assets/scss
]
at resolveModule.catch.catch (/home/travis/build/azerothcore/Keira3/node_modules/postcss-import/lib/resolve-id.js:35:13)
@ ./src/assets/scss/main.scss 1:14-257
@ multi ./src/assets/scss/main.scss
Issue Analytics
- State:
- Created 4 years ago
- Comments:14 (5 by maintainers)
Top Results From Across the Web
Getting error of loading scss when upgraded Angular 6 ...
I have tried the following steps so far: Uninstall webpack. Remove node_modules. Install webpack gloabally; Run npm i. I'm receiving the ...
Read more >swimlane ngx datatable css not working - DotnetQueries
In this article you will learn how to solve the problem of css in ngx datatable when we are working with ngx datatable...
Read more >swimlane/ngx-datatable - Gitter
I attempted to combine the demo code for RxJS and Filtering and was not able to get the filtering to work since the...
Read more >swimlane/ngx-datatable - npm
ngx -datatable is an Angular table grid component for presenting large and complex data.. Latest version: 20.1.0, last published: 2 months ...
Read more >Ionic2 using @swimlane/ngx-datatable and ... - Ionic Forum
@import '/node_modules/@swimlane/ngx-datatable/release/index.css'; @import '/node_modules/@swimlane/ngx-datatable/release/material.css';
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
Took me a while to debug this issue, but paths to styles have changes in v16, see changelogs here
v15.x.x and before
After v16.x.x
Where should I put these new paths?