Advertisement
Guest User

Untitled

a guest
May 4th, 2017
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. Yes, I have resources/assets/sass/app.css file and running in console :
  2. #npm run dev
  3.  
  4. I got these errors:
  5. https://pastebin.com/AL52A5YR
  6.  
  7. I do not know how to deal these errors
  8.  
  9. 1) Can it be that some ubuntu packets are not installed on my system ?
  10.  
  11.  
  12. 2) In my package.json file there is line:
  13. cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js
  14.  
  15. I know it is used in
  16. #npm run dev
  17. command
  18. Can it be that I need to modify it?
  19.  
  20.  
  21. 3) If there are other way of including scss file in laravel project ?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement