Advertisement
Guest User

Untitled

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