Skip to content
xidedix edited this page Feb 16, 2018 · 9 revisions

Welcome to the CoreUI-Vue wiki!

FAQ:

1. No such file or directory error in node_modules/...

sometimes things go wrong with npm install
try:

  • remove node_modules directory
  • remove package-lock.json file
  • then npm install
2. Unable to start with this project

assuming that you've got node & npm installed properly
try this way:

cd Vue_Starter  
npm install
npm start
Clone this wiki locally