parcel-antd icon indicating copy to clipboard operation
parcel-antd copied to clipboard

Project doesn't run

Open v0vs opened this issue 5 years ago • 2 comments

Tried to run the project with npm install and npm start and I get this error:

Server running at http://localhost:1234 
🚨  /Users/vsorokin/ws/stuff/parcel-antd/index.js: Conflicting babel versions found in .babelrc. Make sure all of your plugins and presets depend on the same major version of babel.

I tried to update all of the packages to the latest, even used

"@babel/preset-env": "7.5.5",
"@babel/preset-react": "7.0.0",
  • didn't help. Basically, I was searching for a working example of parcel with antd and babel-plugin-import and can't find it...

v0vs avatar Dec 04 '19 11:12 v0vs

install the latest antd version, fixed

wobushizhanghua avatar Dec 13 '19 06:12 wobushizhanghua

请升级到最新版本的项目进行尝试~

linbudu599 avatar Jun 17 '20 06:06 linbudu599