parcel-antd
parcel-antd copied to clipboard
Project doesn't run
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...
install the latest antd version, fixed
请升级到最新版本的项目进行尝试~