0

I'm trying to use the laravel 5.7 bootstrap4 preset, but have problems using it. Do you guys know why I see this error? Why is the file missing? I have not changed the path to anything.

kgp43:~/workspace (master) $ php artisan preset bootstrap

In Bootstrap.php line 41:

copy(/home/ubuntu/workspace/resources/sass/_variables.scss): failed to open stream: No such file or directory  
Christian Gallarmin
  • 660
  • 4
  • 15
  • 34
Kenneth Poulsen
  • 929
  • 10
  • 25

1 Answers1

0

I found the error.

All folders in the Assets directory has to be moved up one level. It should not be needed to move the content of the Assets folder (accoring to laravel - but it was for me to run the preset command.

https://laravel.com/docs/5.7/upgrade

Kenneth Poulsen
  • 929
  • 10
  • 25