You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just want to share how I have finally got this project (what a great project!! thanks to NelsonEAX) to run in dev mode in my env (Ubuntu 18.04 with using nvm to install node v12.18.3):
> vue-cli-service serve --https
INFO Starting development server...
98% after emitting CopyPlugin
ERROR Failed to compile with 1 errors 8:27:35 PM
error in ./src/main.js
Module build failed (from ./node_modules/babel-loader/lib/index.js):
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main resolved in /home/neil/Projects/vue-vuetify-admin/node_modules/@babel/helper-compilation-targets/package.json
I just want to share how I have finally got this project (what a great project!! thanks to NelsonEAX) to run in dev mode in my env (Ubuntu 18.04 with using nvm to install node v12.18.3):
Follow along README.md, when
npm run serve
I got:Google searches found me: How to fix “Module build failed (from ./node_modules/babel-loader/lib/index.js):”? and Error: Missing class properties transform
so I did:
in the project root I added a
.babelrc
which is a json:also I touched
babel.config.js
so it looks like:then I did:
then I can visit https://localhost:8080
hopefully the above findings can save some of your time if you are having the same trouble as I have had.
The text was updated successfully, but these errors were encountered: