-
-
Notifications
You must be signed in to change notification settings - Fork 974
Home
xidedix edited this page Feb 16, 2018
·
9 revisions
Welcome to the CoreUI-Vue wiki!
FAQ:
sometimes things go wrong with npm install
try:
- remove
node_modules
directory - remove
package-lock.json
file - then
npm install
assuming that you've got node & npm installed properly
try this way:
cd Vue_Starter
npm install
npm start