gazben / laravel-vue-admin

Laravel integration with vue-admin
35 stars 17 forks source link

cp: no such file or directory: assets/* #2

Closed kindziora closed 7 years ago

kindziora commented 7 years ago

Hi,

if i try to install:

composer install works php artisan build:install works php artisan build:dev does not work :(

i got the error msg that chalk is missing ...then semver and finally shelljs. So i had to install them manually. After that i run into this error:

php artisan build:dev cp: no such file or directory: assets/*

Maybe its related to webpack. Could you help me with some advice where to look at?

Thanks!!

gazben commented 7 years ago

Hi,

Are you using windows? What is your npm version?

kindziora commented 7 years ago

Hi gazben,

working on ubuntu 16.04 but it seems like the problem does not affect the build process at all. Because i am able to build anyways. So this is maybe not that relevant.

Thanks for your vue-admin implementation using laravel, i'm using it for a current project...

greetings,

alex

gazben commented 7 years ago

Thank you, I think I should remove that line, because it's not relevant on any OS.

Gazben