3.0.4
Node 10.8.0 / yarn 1.9.4 / macOS 10.13.6
vue create testing
select the all given plugins
yarn run build
generate built files
Failed to resolve loader: babel-loader
You may need to install it.
Both @vue/cli-plugin-babel & @vue/cli-plugin-e2e-cypress depends on babel-loader, but somehow yarn does not hoist the common dependency and installs them in the nested folders instead.
For now you can manually run yarn add -D babel-loader to solve the problem.
Same here!
Yes its so frustating issue. I reinstalled it thinking I have done something wrong :(
Most helpful comment
Both
@vue/cli-plugin-babel&@vue/cli-plugin-e2e-cypressdepends onbabel-loader, but somehow yarn does not hoist the common dependency and installs them in the nested folders instead.For now you can manually run
yarn add -D babel-loaderto solve the problem.