Advertisement
Guest User

Untitled

a guest
Apr 20th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1.  
  2. /Users/paul/Development/test/src/main.js
  3. #1 Expected ';' and instead saw 'import'.
  4. import Vue from 'vue' // Line 3, Pos 22
  5. #2 Bad module name 'bootstrap-vue'.
  6. import BootstrapVue from "bootstrap-vue" // Line 4, Pos 26
  7. #3 Expected ';' and instead saw 'import'.
  8. import BootstrapVue from "bootstrap-vue" // Line 4, Pos 41
  9. #4 Bad module name './App'.
  10. import App from './App' // Line 5, Pos 17
  11. #5 Expected ';' and instead saw 'import'.
  12. import App from './App' // Line 5, Pos 24
  13. #6 Bad module name './router'.
  14. import router from './router' // Line 6, Pos 20
  15. #7 Expected ';' and instead saw 'import'.
  16. import router from './router' // Line 6, Pos 30
  17. #8 Expected an identifier and instead saw 'bootstrap/dist/css/bootstrap.min.css'.
  18. import 'bootstrap/dist/css/bootstrap.min.css' // Line 7, Pos 8
  19. [Finished in 0.1s]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement