coreui / coreui-free-vue-admin-template

Open source admin template based on Bootstrap 5 and Vue 3
https://coreui.io/product/free-vue-admin-template/
MIT License
3.3k stars 969 forks source link

Cannot find module '@babel/plugin-syntax-top-level-await' #181

Closed janhaa closed 4 years ago

janhaa commented 4 years ago

Above error when running npm run serve.

Fixed by npm install --save-dev @babel/plugin-syntax-top-level-await

woothu commented 4 years ago

Which version?

janhaa commented 4 years ago

Hmm, I wasn't able to reproduce now for some reason. Possibly there was something going wrong in my initial install.

janhaa commented 4 years ago

Nevermind, was able to reproduce now!

So the issue only seems to come up when renaming the parent directory away from coreui-free-vue-admin-template. No idea why. Logs attached below:

https://gist.github.com/janhaa/999f671a17fc97a5b6e5a30b18bed3b1

woothu commented 4 years ago

I cannot reproduce it even after changing name of the folder and deleting node_modules and package-lock.json