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
比如:
"@babel/cli": "^7.1.5", "@babel/core": "^7.1.6", "@babel/preset-env": "^7.1.6"
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6"
6和7版本的混用会导致 npm run build 时报错
更新的方式是卸载之前的版本,安装最新的(不知道更新了repo里的package.json之后 npm能不能自己升级这些包): npm un babel-cli npm install -D @babel/cli
npm un babel-cli
npm install -D @babel/cli
The text was updated successfully, but these errors were encountered:
@ babel/cli这种包命名法是Babel7特有的
Sorry, something went wrong.
No branches or pull requests
比如:
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6"
6和7版本的混用会导致 npm run build 时报错
更新的方式是卸载之前的版本,安装最新的(不知道更新了repo里的package.json之后 npm能不能自己升级这些包):
npm un babel-cli
npm install -D @babel/cli
The text was updated successfully, but these errors were encountered: