[Vuejs]-Error: Cannot find module 'babel-code-frame' in VUEJS ( ESLINT)

0๐Ÿ‘

Have you run this command first npm install prior to npm run serve ?

0๐Ÿ‘

[SOLVED]
I already solved this problem by uninstall npm, nodejs and reinstall them.

sudo apt-get remove npm
sudo apt-get remove nodejs

sudo apt-get install nodejs npm

Leave a comment