We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I just upgraded from version 7.1.0 to 7.2.0, the yarn build command returns the following error:
yarn build
Cannot find module 'ts-node'
The yarn build command should work
System: OS: macOS 12.6.2 CPU: (8) x64 Apple M1 Memory: 27.75 MB / 16.00 GB Binaries: Node: 14.21.1 - /var/folders/z8/9hvjpnrd7yn9qk6dmt7mxk300000gn/T/yarn--1680539298628-0.011389713840826765/node Yarn: 1.22.19 - /var/folders/z8/9hvjpnrd7yn9qk6dmt7mxk300000gn/T/yarn--1680539298628-0.011389713840826765/yarn npm: 8.19.2 - /opt/homebrew/bin/npm Browsers: Chrome: 111.0.5563.146 Firefox: 110.0.1 Safari: 16.4 Packages: babel-loader: ^9.1.2 => 9.1.2 clean-webpack-plugin: ^4.0.0 => 4.0.0 css-loader: ^6.7.3 => 6.7.3 file-loader: ^6.2.0 => 6.2.0 html-webpack-plugin: ^5.5.0 => 5.5.0 imports-loader: ^4.0.1 => 4.0.1 postcss-loader: ^7.2.0 => 7.2.0 replace-in-file-webpack-plugin: ^1.0.6 => 1.0.6 sass-loader: ^13.2.2 => 13.2.2 style-loader: ^3.3.2 => 3.3.2 terser-webpack-plugin: ^5.3.7 => 5.3.7 webpack: ^5.77.0 => 5.77.0 webpack-cli: ^5.0.1 => 5.0.1 webpack-dev-server: ^4.13.2 => 4.13.2 webpack-merge: ^5.8.0 => 5.8.0 webpack-notifier: ^1.15.0 => 1.15.0
The text was updated successfully, but these errors were encountered:
Please try https://github.com/webpack-contrib/postcss-loader/releases/tag/v7.2.1
Sorry, something went wrong.
It works, thanks!
Successfully merging a pull request may close this issue.
Bug report
Actual Behavior
I just upgraded from version 7.1.0 to 7.2.0, the
yarn build
command returns the following error:Cannot find module 'ts-node'
Expected Behavior
The
yarn build
command should workThe text was updated successfully, but these errors were encountered: