Error moving a solution to version 2024

[31mX e[41;31m[e[41;97mERRORe[41;31m]e[0m e[1mCould not resolve "~@ag-grid-community/core/dist/styles/ag-theme-bootstrap.css"e[0m

node_modules/@servoy/nggrids/assets/ag-grid-custom.css:5:8:
[37m 5 │ @import e[32m"~@ag-grid-community/core/dist/styles/ag-theme-bootstrap.css"e[37m;
╵ e[32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~e[0m

You can mark the path “~@ag-grid-community/core/dist/styles/ag-theme-bootstrap.css” as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.

[39me[22m
EXIT_CODE was NOT zero but: 1
Finished running 'run build_debug_nowatch ’ time: 217s

Solved!
A module on that solution contained an old grid component. It seems that we need to check each module first.

1 Like