Advertisement
Guest User

HERE

a guest
Jan 22nd, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. CONFIGURE
  2. 51 warnings
  3. 1 Expected an assignment or function call and instead saw an expression.
  4. 1 Missing semicolon.
  5. 1 Expected an assignment or function call and instead saw an expression.
  6. 3 'import' is only available in ES6 (use 'esversion: 6').
  7. 3 Expected 'from' and instead saw '.'.
  8. 3 Expected '(string)' and instead saw 'lang'.
  9. 3 Missing semicolon.
  10. 3 Expected an identifier and instead saw '.'.
  11. 3 Expected an assignment or function call and instead saw an expression.
  12. 3 Missing semicolon.
  13. 3 Expected an assignment or function call and instead saw an expression.
  14. 5 'import' is only available in ES6 (use 'esversion: 6').
  15. 5 Expected 'from' and instead saw '.'.
  16. 5 Expected '(string)' and instead saw 'bukkit'.
  17. 5 Missing semicolon.
  18. 5 Expected an identifier and instead saw '.'.
  19. 5 Expected an assignment or function call and instead saw an expression.
  20. 5 Missing semicolon.
  21. 5 Expected an assignment or function call and instead saw an expression.
  22. 6 'import' is only available in ES6 (use 'esversion: 6').
  23. 6 'org' has already been declared.
  24. 6 Expected 'from' and instead saw '.'.
  25. 6 Expected '(string)' and instead saw 'bukkit'.
  26. 6 Missing semicolon.
  27. 6 Expected an identifier and instead saw '.'.
  28. 6 Expected an assignment or function call and instead saw an expression.
  29. 6 Missing semicolon.
  30. 6 Expected an assignment or function call and instead saw an expression.
  31. 7 'import' is only available in ES6 (use 'esversion: 6').
  32. 7 'org' has already been declared.
  33. 7 Expected 'from' and instead saw '.'.
  34. 7 Expected '(string)' and instead saw 'bukkit'.
  35. 7 Missing semicolon.
  36. 7 Expected an identifier and instead saw '.'.
  37. 7 Expected an assignment or function call and instead saw an expression.
  38. 7 Missing semicolon.
  39. 7 Expected an assignment or function call and instead saw an expression.
  40. 8 'import' is only available in ES6 (use 'esversion: 6').
  41. 8 'org' has already been declared.
  42. 8 Expected 'from' and instead saw '.'.
  43. 8 Expected '(string)' and instead saw 'bukkit'.
  44. 8 Missing semicolon.
  45. 8 Expected an identifier and instead saw '.'.
  46. 8 Expected an assignment or function call and instead saw an expression.
  47. 8 Missing semicolon.
  48. 8 Expected an assignment or function call and instead saw an expression.
  49. 9 'import' is only available in ES6 (use 'esversion: 6').
  50. 9 'org' has already been declared.
  51. 9 Expected 'from' and instead saw '.'.
  52. 9 Expected '(string)' and instead saw 'bukkit'.
  53. 9 Too many errors. (9% scanned).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement