Cannot find module ‘babel-preset-es2015‘ from ....
@babel/preset-env
module.exports?=?{
??"presets":?[
‘@vue/app‘,
["@babel/preset-env",?{?"modules":?false?}]],
??"plugins":?[
???? [
?????? "component",
?????? {
???????? "libraryName":?"element-ui",
???????? "styleLibraryName":?"theme-chalk"
?????? }
???? ]
]
}
原文:https://www.cnblogs.com/NorthHarbor/p/12718801.html