Running npm run dev on nuxt will report an error as follows

clipboard.png


does not have an es6 conversion plug-in installed, such as babel


the problem of upgrading node to the latest stable version (currently v9.8.0) can solve


nuxt needs Node version greater than or equal to 8.0



...
http://babeljs.io/docs/plugin...
babel ...
nuxt


landlord, have you solved the problem? I have encountered similar problems

Menu