3.8.1 build breaks
See original GitHub issueExpected behavior
no error happens
Current behavior
Not sure what is the issue here, my build works with 3.8.0 and breaks with 3.8.1 so some breaking change has been introduced. The messages come from 3rd party libs
Module build failed: Module not found:
"./node_modules/@symfony/stimulus-bridge/lazy-controller-loader.js!./assets/controllers/chart/optimus_chart_controller.js" contains a reference to the file "chart.js/auto".
This file can not be found, please check it for typos or update it if the file got moved.
"./node_modules/@symfony/ux-chartjs/dist/controller.js" contains a reference to the file "chart.js/auto".
This file can not be found, please check it for typos or update it if the file got moved.
"./node_modules/chartjs-plugin-datalabels/dist/chartjs-plugin-datalabels.esm.js" contains a reference to the file "chart.js/helpers".
This file can not be found, please check it for typos or update it if the file got moved.
Reproducible sample
I will try to make a simple reproducer
Optional extra steps/info to reproduce
No response
Possible solution
No response
Context
No response
chart.js version
3.8.1
Browser name and version
firefox 100
Link to your project
No response
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
3.8.1 breaking change - Class Library Projects now only work ...
3.8.1 breaking change - Class Library Projects now only work for DX / GL ... With 3.8.1 you can define and use different...
Read more >Re: Building with maven 3.8.1 - The Mail Archive
There are no changes in pom's (in this PR) that break build on earlier maven versions. Why we should trust this patch (moreover,...
Read more >Release Notes – Maven 3.8.1
The Apache Maven team would like to announce the release of Maven 3.8.1. ... Maven can manage a project's build, reporting, and documentation...
Read more >Why you should upgrade to Maven version 3.8.1 - Snyk
These may still be on HTTP rather than HTTPS and that will break your building process with Maven version 3.8.1. The best solution...
Read more >What's New In Python 3.8 — Python 3.11.1 documentation
Release builds and debug builds are now ABI compatible: defining the Py_DEBUG macro ... New in 3.8.1: ... These functions have been broken...
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
This is hopefully fixed in 3.8.2
The problem seems to be caused by upgrading from node v14 and npm v6 to node v16 and npm 8. NPM 8 is not detecting the subpackage package.json files whereas npm 6 did.
NPM 8
NPM 6