Advertisement
LemmingAvalanche

cant-resolve-plyr

Oct 1st, 2019
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. $ npm run watch
  2.  
  3. > @ watch /home/<me>/LaravelDrive
  4. > npm run development -- --watch
  5.  
  6.  
  7. > @ development /home/<me>/LaravelDrive
  8. > cross-env NODE_ENV=development webpack --mode development --progress --hide-modules "--watch"
  9.  
  10. 10% building 0/0 modules 0 active
  11. webpack is watching the files…
  12.  
  13. Hash: 2db72269ca4a0189135a
  14. Version: webpack 4.39.3
  15. Time: 77391ms
  16. Built at: 2019-10-02 00:49:11
  17. Asset Size Chunks Chunk Names
  18. ../images/logo.png 16.1 KiB [emitted]
  19. ../images/materialdesignicons-webfont.eot 700 KiB [emitted]
  20. ../images/materialdesignicons-webfont.ttf 700 KiB [emitted]
  21. ../images/materialdesignicons-webfont.woff 340 KiB [emitted]
  22. ../images/materialdesignicons-webfont.woff2 238 KiB [emitted]
  23. admin.js 12.4 MiB admin [emitted] admin
  24. auth.js 1.91 MiB auth [emitted] auth
  25. config.js 1.5 MiB config [emitted] config
  26. Entrypoint config = config.js
  27. Entrypoint admin = admin.js
  28. Entrypoint auth = auth.js
  29.  
  30. ERROR in ./resources/assets/admin/src/components/MyDrive/Preview.vue?vue&type=script&lang=js& (./node_modules/babel-loader/lib!./node_modules/vuetify-loader/lib/loader.js!./node_modules/vue-loader/lib??vue-loader-options!./resources/assets/admin/src/components/MyDrive/Preview.vue?vue&type=script&lang=js&)
  31. Module not found: Error: Can't resolve 'Plyr' in '/home/<me>/LaravelDrive/resources/assets/admin/src/components/MyDrive'
  32. @ ./resources/assets/admin/src/components/MyDrive/Preview.vue?vue&type=script&lang=js& (./node_modules/babel-loader/lib!./node_modules/vuetify-loader/lib/loader.js!./node_modules/vue-loader/lib??vue-loader-options!./resources/assets/admin/src/components/MyDrive/Preview.vue?vue&type=script&lang=js&) 145:12-27
  33. @ ./resources/assets/admin/src/components/MyDrive/Preview.vue?vue&type=script&lang=js&
  34. @ ./resources/assets/admin/src/components/MyDrive/Preview.vue
  35. @ ./node_modules/babel-loader/lib!./node_modules/vuetify-loader/lib/loader.js!./node_modules/vue-loader/lib??vue-loader-options!./resources/assets/admin/src/components/MyDrive/MyDrive.vue?vue&type=script&lang=js&
  36. @ ./resources/assets/admin/src/components/MyDrive/MyDrive.vue?vue&type=script&lang=js&
  37. @ ./resources/assets/admin/src/components/MyDrive/MyDrive.vue
  38. @ ./resources/assets/admin/src/components/MyDrive/route.js
  39. @ ./resources/assets/admin/src/router/index.js
  40. @ ./resources/assets/admin/src/main.js
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement