Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Errors with Mix with install under L5.4? #42

Closed
humbugz opened this issue Jan 31, 2017 · 4 comments
Closed

Errors with Mix with install under L5.4? #42

humbugz opened this issue Jan 31, 2017 · 4 comments

Comments

@humbugz
Copy link

humbugz commented Jan 31, 2017

I tried creating a fresh install of Quarx using the Simple Setup method on a clean Laravel 5.4 installation and run into errors when running the last step, npm run dev:

npm run dev
ERROR Failed to compile with 3 errors
error in ./resources/assets/sass/app.scss
Module build failed:
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
^
File to import not found or unreadable: node_modules/bootstrap-sass/assets/stylesheets/bootstrap.
Parent style sheet: /{my-file-path}/resources/themes/default/assets/sass/_theme.scss
in /{my-file-path}/resources/themes/default/assets/sass/_theme.scss (line 7, column 1)
@ ./resources/assets/sass/app.scss 4:14-248
@ multi ./resources/assets/js/app.js ./resources/assets/sass/app.scss

Any ideas why this might be happening?

Thank you!

@mlantz
Copy link
Member

mlantz commented Jan 31, 2017

did you do npm install first?

@humbugz
Copy link
Author

humbugz commented Feb 1, 2017

Hi @mlantz, yes, absolutely. The install portions runs as expected. Just to be sure I did try it a few times from scratch just in case... but it failed the same way each time.

@mlantz
Copy link
Member

mlantz commented Feb 1, 2017

try publishing the default theme then running the npm run dev, it may be something broken on the theme publishing

@humbugz
Copy link
Author

humbugz commented Feb 1, 2017

Good call, thank you! That seems to have solved it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants