-
Notifications
You must be signed in to change notification settings - Fork 288
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
Lack of babel version causes version conflict #32
Comments
I did this, Still exploring though |
Thank you but it seems another problem. I ran the client and server locally and successfully but the http://localhost:3000 page is empty. There's an error on this page. |
I highly recommend completing your package.json and packing a docker image, I've been thinking about giving up on this project because of a dependency conflict. |
I will take a look this week and fix it |
You can add this code to the plugins section in webpack.common.js and it will work :
|
I am having this issue any solutions? |
Describe the error/difficulties:
The client runs wrong becuse there's no
babel
or its related dependent packages in yourpackage.json
, like@babel/core
,babel-loader.
It causes errors and interrupted the running process.What have you done:
I've tried to
yarn add
these required babel package, but it seems the latest version is not compatible with your project. Then I triedyarn remove
these packages,rm -rf package-lock.json node-modules
and install a lower version of babel-loader, the problem is still there.What it supports to do?
Please specify your babel version and add them to your package.json.
The text was updated successfully, but these errors were encountered: