-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
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
analyze in markdown-blog example does not work with next 5 #22
Comments
Kill the application that uses the port 8888 |
try to change the setting in new BundleAnalyzerPlugin({
analyzerMode: 'server',
analyzerPort: isServer ? 8888 : 8889,
openAnalyzer: true
}) add one more port in |
Happens to me as well. After a few seconds it crashes.
The complete log of this run:
|
running into the same issue
|
I don't understand the problem but I fixed the issue by modified the config option : |
I followed the tutorial with a fresh install and encountered an error when it came to the
npm run analyze
command. After little investigation, I found that I get the same error after upgrading from next 4 to next 5.1.0.The text was updated successfully, but these errors were encountered: