Advertisement
Guest User

stuff

a guest
Feb 19th, 2020
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 76.28 KB | None | 0 0
  1.  
  2. > server@0.0.0 lint /home/circleci/redux-async
  3. > eslint --ext .js,.jsx --format table .
  4.  
  5.  
  6. /home/circleci/redux-async/client/app.js
  7.  
  8. ║ Line │ Column │ Type │ Message │ Rule ID ║
  9. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  10. ║ 10 │ 26 │ error │ Unable to resolve path to module 'firebase-admin'. │ import/no-unresolved ║
  11. ║ 25 │ 25 │ error │ Unable to resolve path to module 'request'. │ import/no-unresolved ║
  12.  
  13. /home/circleci/redux-async/client/src/__tests__/List.react-test.js
  14.  
  15. ║ Line │ Column │ Type │ Message │ Rule ID ║
  16. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  17. ║ 2 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  18. ║ 3 │ 41 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  19. ║ │ │ │ 'react-router-dom'. │ ║
  20. ║ 4 │ 22 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  21. ║ │ │ │ 'react-test-renderer'. │ ║
  22.  
  23. /home/circleci/redux-async/client/src/action/movieAction.js
  24.  
  25. ║ Line │ Column │ Type │ Message │ Rule ID ║
  26. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  27. ║ 2 │ 22 │ error │ Unable to resolve path to module 'firebase/app'. │ import/no-unresolved ║
  28.  
  29. /home/circleci/redux-async/client/src/action/moviesAction.js
  30.  
  31. ║ Line │ Column │ Type │ Message │ Rule ID ║
  32. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  33. ║ 2 │ 22 │ error │ Unable to resolve path to module 'firebase/app'. │ import/no-unresolved ║
  34.  
  35. /home/circleci/redux-async/client/src/action/userAction.js
  36.  
  37. ║ Line │ Column │ Type │ Message │ Rule ID ║
  38. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  39. ║ 1 │ 22 │ error │ Unable to resolve path to module 'firebase/app'. │ import/no-unresolved ║
  40.  
  41. /home/circleci/redux-async/client/src/components/About/index.js
  42.  
  43. ║ Line │ Column │ Type │ Message │ Rule ID ║
  44. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  45. ║ 1 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  46.  
  47. /home/circleci/redux-async/client/src/components/About1/Carousel/Carousel.js
  48.  
  49. ║ Line │ Column │ Type │ Message │ Rule ID ║
  50. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  51. ║ 2 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  52. ║ 3 │ 20 │ error │ Unable to resolve path to module 'react-slick'. │ import/no-unresolved ║
  53. ║ 5 │ 8 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  54. ║ │ │ │ 'slick-carousel/slick/slick.css'. │ ║
  55. ║ 6 │ 8 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  56. ║ │ │ │ 'slick-carousel/slick/slick-theme.css'. │ ║
  57.  
  58. /home/circleci/redux-async/client/src/components/About1/index.js
  59.  
  60. ║ Line │ Column │ Type │ Message │ Rule ID ║
  61. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  62. ║ 1 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  63.  
  64. /home/circleci/redux-async/client/src/components/Account/index.js
  65.  
  66. ║ Line │ Column │ Type │ Message │ Rule ID ║
  67. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  68. ║ 2 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  69. ║ 3 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  70. ║ 4 │ 25 │ error │ Unable to resolve path to module 'recompose'. │ import/no-unresolved ║
  71.  
  72. /home/circleci/redux-async/client/src/components/App/index.js
  73.  
  74. ║ Line │ Column │ Type │ Message │ Rule ID ║
  75. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  76. ║ 4 │ 34 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  77. ║ 5 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  78. ║ 6 │ 48 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  79. ║ │ │ │ 'react-router-dom'. │ ║
  80. ║ 11 │ 32 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  81. ║ │ │ │ 'material-ui/styles/MuiThemeProvider'. │ ║
  82. ║ 12 │ 25 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  83. ║ │ │ │ 'material-ui/styles/getMuiTheme'. │ ║
  84.  
  85. /home/circleci/redux-async/client/src/components/BaseModal/index.js
  86.  
  87. ║ Line │ Column │ Type │ Message │ Rule ID ║
  88. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  89. ║ 2 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  90.  
  91. /home/circleci/redux-async/client/src/components/Blog/index.js
  92.  
  93. ║ Line │ Column │ Type │ Message │ Rule ID ║
  94. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  95. ║ 1 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  96. ║ 2 │ 29 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  97. ║ │ │ │ 'react-html-parser'. │ ║
  98. ║ 3 │ 25 │ error │ Unable to resolve path to module 'moment'. │ import/no-unresolved ║
  99.  
  100. /home/circleci/redux-async/client/src/components/FAQ/index.js
  101.  
  102. ║ Line │ Column │ Type │ Message │ Rule ID ║
  103. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  104. ║ 1 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  105. ║ 2 │ 22 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  106. ║ │ │ │ 'react-router-dom'. │ ║
  107.  
  108. /home/circleci/redux-async/client/src/components/FavoriteList/index.js
  109.  
  110. ║ Line │ Column │ Type │ Message │ Rule ID ║
  111. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  112. ║ 2 │ 34 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  113. ║ 3 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  114. ║ 4 │ 22 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  115. ║ │ │ │ 'react-router-dom'. │ ║
  116. ║ 5 │ 25 │ error │ Unable to resolve path to module 'recompose'. │ import/no-unresolved ║
  117.  
  118. /home/circleci/redux-async/client/src/components/Footer/index.js
  119.  
  120. ║ Line │ Column │ Type │ Message │ Rule ID ║
  121. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  122. ║ 2 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  123. ║ 4 │ 22 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  124. ║ │ │ │ 'react-router-dom'. │ ║
  125. ║ 5 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  126.  
  127. /home/circleci/redux-async/client/src/components/Header/HeaderText/index.js
  128.  
  129. ║ Line │ Column │ Type │ Message │ Rule ID ║
  130. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  131. ║ 2 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  132. ║ 3 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  133. ║ 4 │ 22 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  134. ║ │ │ │ 'react-router-dom'. │ ║
  135.  
  136. /home/circleci/redux-async/client/src/components/Header/MovieHeader/index.js
  137.  
  138. ║ Line │ Column │ Type │ Message │ Rule ID ║
  139. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  140. ║ 1 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  141.  
  142. /home/circleci/redux-async/client/src/components/Header/index.js
  143.  
  144. ║ Line │ Column │ Type │ Message │ Rule ID ║
  145. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  146. ║ 1 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  147.  
  148. /home/circleci/redux-async/client/src/components/History/ReviewHistoryCard.js
  149.  
  150. ║ Line │ Column │ Type │ Message │ Rule ID ║
  151. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  152. ║ 2 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  153. ║ 3 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  154. ║ 4 │ 22 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  155. ║ │ │ │ 'react-router-dom'. │ ║
  156. ║ 6 │ 41 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  157. ║ │ │ │ 'react-bootstrap'. │ ║
  158. ║ 7 │ 20 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  159. ║ │ │ │ 'react-rangeslider'. │ ║
  160. ║ 10 │ 8 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  161. ║ │ │ │ 'react-rangeslider/lib/index.css'. │ ║
  162.  
  163. /home/circleci/redux-async/client/src/components/History/index.js
  164.  
  165. ║ Line │ Column │ Type │ Message │ Rule ID ║
  166. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  167. ║ 2 │ 34 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  168. ║ 3 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  169. ║ 4 │ 25 │ error │ Unable to resolve path to module 'recompose'. │ import/no-unresolved ║
  170.  
  171. /home/circleci/redux-async/client/src/components/Home/index.js
  172.  
  173. ║ Line │ Column │ Type │ Message │ Rule ID ║
  174. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  175. ║ 2 │ 34 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  176. ║ 3 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  177. ║ 4 │ 25 │ error │ Unable to resolve path to module 'recompose'. │ import/no-unresolved ║
  178.  
  179. /home/circleci/redux-async/client/src/components/Landing/index.js
  180.  
  181. ║ Line │ Column │ Type │ Message │ Rule ID ║
  182. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  183. ║ 1 │ 34 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  184.  
  185. /home/circleci/redux-async/client/src/components/List/index.js
  186.  
  187. ║ Line │ Column │ Type │ Message │ Rule ID ║
  188. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  189. ║ 2 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  190. ║ 4 │ 34 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  191. ║ │ │ │ 'react-router-dom'. │ ║
  192.  
  193. /home/circleci/redux-async/client/src/components/Main/Carousel/Carousel.js
  194.  
  195. ║ Line │ Column │ Type │ Message │ Rule ID ║
  196. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  197. ║ 2 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  198. ║ 3 │ 22 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  199. ║ │ │ │ 'react-router-dom'. │ ║
  200. ║ 4 │ 20 │ error │ Unable to resolve path to module 'react-slick'. │ import/no-unresolved ║
  201. ║ 13 │ 8 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  202. ║ │ │ │ 'slick-carousel/slick/slick.css'. │ ║
  203. ║ 14 │ 8 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  204. ║ │ │ │ 'slick-carousel/slick/slick-theme.css'. │ ║
  205.  
  206. /home/circleci/redux-async/client/src/components/Main/CarouselReviewed/CarouselReviewed.js
  207.  
  208. ║ Line │ Column │ Type │ Message │ Rule ID ║
  209. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  210. ║ 2 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  211. ║ 3 │ 20 │ error │ Unable to resolve path to module 'react-slick'. │ import/no-unresolved ║
  212.  
  213. /home/circleci/redux-async/client/src/components/Main/CarouselReviewed/ItemCarousel.js
  214.  
  215. ║ Line │ Column │ Type │ Message │ Rule ID ║
  216. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  217. ║ 2 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  218. ║ 3 │ 22 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  219. ║ │ │ │ 'react-router-dom'. │ ║
  220.  
  221. /home/circleci/redux-async/client/src/components/Main/index.js
  222.  
  223. ║ Line │ Column │ Type │ Message │ Rule ID ║
  224. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  225. ║ 2 │ 44 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  226. ║ 3 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  227.  
  228. /home/circleci/redux-async/client/src/components/ModalRegister/index.js
  229.  
  230. ║ Line │ Column │ Type │ Message │ Rule ID ║
  231. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  232. ║ 3 │ 22 │ error │ Unable to resolve path to module 'firebase/app'. │ import/no-unresolved ║
  233. ║ 4 │ 34 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  234. ║ 5 │ 20 │ error │ Unable to resolve path to module 'react-select'. │ import/no-unresolved ║
  235. ║ 6 │ 34 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  236. ║ │ │ │ 'react-router-dom'. │ ║
  237.  
  238. /home/circleci/redux-async/client/src/components/ModalSignIn/ModalSignInBody.js
  239.  
  240. ║ Line │ Column │ Type │ Message │ Rule ID ║
  241. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  242. ║ 1 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  243. ║ 2 │ 34 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  244. ║ │ │ │ 'react-router-dom'. │ ║
  245.  
  246. /home/circleci/redux-async/client/src/components/ModalSignIn/index.js
  247.  
  248. ║ Line │ Column │ Type │ Message │ Rule ID ║
  249. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  250. ║ 2 │ 34 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  251. ║ 3 │ 34 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  252. ║ │ │ │ 'react-router-dom'. │ ║
  253.  
  254. /home/circleci/redux-async/client/src/components/ModalSignUp/index.js
  255.  
  256. ║ Line │ Column │ Type │ Message │ Rule ID ║
  257. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  258. ║ 2 │ 34 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  259. ║ 3 │ 34 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  260. ║ │ │ │ 'react-router-dom'. │ ║
  261.  
  262. /home/circleci/redux-async/client/src/components/ModalWelcome/index.js
  263.  
  264. ║ Line │ Column │ Type │ Message │ Rule ID ║
  265. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  266. ║ 1 │ 34 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  267.  
  268. /home/circleci/redux-async/client/src/components/MovieDataPage/MovieDataPage.js
  269.  
  270. ║ Line │ Column │ Type │ Message │ Rule ID ║
  271. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  272. ║ 1 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  273. ║ 4 │ 18 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  274. ║ │ │ │ '@material-ui/core/Grid'. │ ║
  275.  
  276. /home/circleci/redux-async/client/src/components/MovieDetailsPage.js
  277.  
  278. ║ Line │ Column │ Type │ Message │ Rule ID ║
  279. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  280. ║ 2 │ 34 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  281. ║ 3 │ 41 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  282. ║ │ │ │ 'react-bootstrap'. │ ║
  283. ║ 5 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  284. ║ 6 │ 20 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  285. ║ │ │ │ 'react-rangeslider'. │ ║
  286. ║ 7 │ 8 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  287. ║ │ │ │ 'react-rangeslider/lib/index.css'. │ ║
  288.  
  289. /home/circleci/redux-async/client/src/components/MovieInfo/MovieInfo.js
  290.  
  291. ║ Line │ Column │ Type │ Message │ Rule ID ║
  292. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  293. ║ 2 │ 34 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  294.  
  295. /home/circleci/redux-async/client/src/components/MovieMain/RatingAside/MobileRatingAside.js
  296.  
  297. ║ Line │ Column │ Type │ Message │ Rule ID ║
  298. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  299. ║ 2 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  300. ║ 4 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  301. ║ 5 │ 41 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  302. ║ │ │ │ 'react-bootstrap'. │ ║
  303. ║ 6 │ 28 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  304. ║ │ │ │ 'react-truncate-markup'. │ ║
  305.  
  306. /home/circleci/redux-async/client/src/components/MovieMain/RatingAside/favoriteListButton.js
  307.  
  308. ║ Line │ Column │ Type │ Message │ Rule ID ║
  309. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  310. ║ 2 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  311. ║ 3 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  312. ║ 4 │ 25 │ error │ Unable to resolve path to module 'recompose'. │ import/no-unresolved ║
  313. ║ 5 │ 22 │ error │ Unable to resolve path to module 'firebase/app'. │ import/no-unresolved ║
  314.  
  315. /home/circleci/redux-async/client/src/components/MovieMain/RatingAside/index.js
  316.  
  317. ║ Line │ Column │ Type │ Message │ Rule ID ║
  318. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  319. ║ 2 │ 34 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  320. ║ 4 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  321. ║ 5 │ 41 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  322. ║ │ │ │ 'react-bootstrap'. │ ║
  323.  
  324. /home/circleci/redux-async/client/src/components/MovieMain/RatingAside/ratingButton.js
  325.  
  326. ║ Line │ Column │ Type │ Message │ Rule ID ║
  327. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  328. ║ 2 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  329. ║ 4 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  330. ║ 5 │ 25 │ error │ Unable to resolve path to module 'recompose'. │ import/no-unresolved ║
  331.  
  332. /home/circleci/redux-async/client/src/components/MovieMain/RatingAside/watchlistButton.js
  333.  
  334. ║ Line │ Column │ Type │ Message │ Rule ID ║
  335. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  336. ║ 2 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  337. ║ 3 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  338. ║ 4 │ 25 │ error │ Unable to resolve path to module 'recompose'. │ import/no-unresolved ║
  339. ║ 5 │ 22 │ error │ Unable to resolve path to module 'firebase/app'. │ import/no-unresolved ║
  340.  
  341. /home/circleci/redux-async/client/src/components/MovieMain/Review/index.js
  342.  
  343. ║ Line │ Column │ Type │ Message │ Rule ID ║
  344. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  345. ║ 2 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  346.  
  347. /home/circleci/redux-async/client/src/components/MovieMain/Review/rev.js
  348.  
  349. ║ Line │ Column │ Type │ Message │ Rule ID ║
  350. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  351. ║ 2 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  352. ║ 4 │ 22 │ error │ Unable to resolve path to module 'firebase/app'. │ import/no-unresolved ║
  353. ║ 5 │ 29 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  354. ║ │ │ │ 'react-html-parser'. │ ║
  355. ║ 6 │ 28 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  356. ║ │ │ │ 'react-truncate-markup'. │ ║
  357.  
  358. /home/circleci/redux-async/client/src/components/MovieMain/Summary/cast-image.js
  359.  
  360. ║ Line │ Column │ Type │ Message │ Rule ID ║
  361. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  362. ║ 2 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  363.  
  364. /home/circleci/redux-async/client/src/components/MovieMain/Summary/index.js
  365.  
  366. ║ Line │ Column │ Type │ Message │ Rule ID ║
  367. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  368. ║ 2 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  369. ║ 4 │ 20 │ error │ Unable to resolve path to module 'react-slick'. │ import/no-unresolved ║
  370. ║ 5 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  371.  
  372. /home/circleci/redux-async/client/src/components/Navigation/index.js
  373.  
  374. ║ Line │ Column │ Type │ Message │ Rule ID ║
  375. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  376. ║ 1 │ 22 │ error │ Unable to resolve path to module 'firebase/app'. │ import/no-unresolved ║
  377. ║ 3 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  378. ║ 4 │ 22 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  379. ║ │ │ │ 'react-router-dom'. │ ║
  380. ║ 5 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  381.  
  382. /home/circleci/redux-async/client/src/components/NewsLetterSignUp/NewsLetterSignUp.js
  383.  
  384. ║ Line │ Column │ Type │ Message │ Rule ID ║
  385. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  386. ║ 1 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  387.  
  388. /home/circleci/redux-async/client/src/components/Origins/MemberModal/MemberModal.js
  389.  
  390. ║ Line │ Column │ Type │ Message │ Rule ID ║
  391. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  392. ║ 1 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  393. ║ 3 │ 22 │ error │ Unable to resolve path to module 'react-dom'. │ import/no-unresolved ║
  394. ║ 4 │ 20 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  395. ║ │ │ │ 'react-bootstrap/lib/Button'. │ ║
  396. ║ 5 │ 19 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  397. ║ │ │ │ 'react-bootstrap/lib/Modal'. │ ║
  398.  
  399. /home/circleci/redux-async/client/src/components/Origins/index.js
  400.  
  401. ║ Line │ Column │ Type │ Message │ Rule ID ║
  402. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  403. ║ 1 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  404.  
  405. /home/circleci/redux-async/client/src/components/PasswordChange/index.js
  406.  
  407. ║ Line │ Column │ Type │ Message │ Rule ID ║
  408. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  409. ║ 2 │ 34 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  410. ║ 3 │ 28 │ error │ Unable to resolve path to module 'react-router'. │ import/no-unresolved ║
  411. ║ 4 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  412.  
  413. /home/circleci/redux-async/client/src/components/PasswordForget/PasswordForgetForm.js
  414.  
  415. ║ Line │ Column │ Type │ Message │ Rule ID ║
  416. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  417. ║ 2 │ 34 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  418.  
  419. /home/circleci/redux-async/client/src/components/PasswordForget/PasswordForgetLink.js
  420.  
  421. ║ Line │ Column │ Type │ Message │ Rule ID ║
  422. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  423. ║ 1 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  424. ║ 2 │ 22 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  425. ║ │ │ │ 'react-router-dom'. │ ║
  426.  
  427. /home/circleci/redux-async/client/src/components/PasswordForget/index.js
  428.  
  429. ║ Line │ Column │ Type │ Message │ Rule ID ║
  430. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  431. ║ 2 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  432. ║ 3 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  433.  
  434. /home/circleci/redux-async/client/src/components/PasswordForgetMessageModal/PasswordForgetMessageModal.jsx
  435.  
  436. ║ Line │ Column │ Type │ Message │ Rule ID ║
  437. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  438. ║ 1 │ 34 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  439. ║ 2 │ 22 │ error │ Unable to resolve path to module 'react-dom'. │ import/no-unresolved ║
  440. ║ 3 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  441.  
  442. /home/circleci/redux-async/client/src/components/PasswordResetMessageModal/PasswordResetMessageModal.jsx
  443.  
  444. ║ Line │ Column │ Type │ Message │ Rule ID ║
  445. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  446. ║ 1 │ 34 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  447. ║ 2 │ 22 │ error │ Unable to resolve path to module 'react-dom'. │ import/no-unresolved ║
  448. ║ 3 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  449.  
  450. /home/circleci/redux-async/client/src/components/Policy/index.js
  451.  
  452. ║ Line │ Column │ Type │ Message │ Rule ID ║
  453. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  454. ║ 1 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  455. ║ 2 │ 22 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  456. ║ │ │ │ 'react-router-dom'. │ ║
  457.  
  458. /home/circleci/redux-async/client/src/components/RateMovieSuccessModal/RateMovieSuccessModal.jsx
  459.  
  460. ║ Line │ Column │ Type │ Message │ Rule ID ║
  461. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────���──────────────────────╢
  462. ║ 2 │ 34 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  463. ║ 3 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  464.  
  465. /home/circleci/redux-async/client/src/components/SearchBar/index.js
  466.  
  467. ║ Line │ Column │ Type │ Message │ Rule ID ║
  468. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  469. ║ 2 │ 34 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  470. ║ 3 │ 28 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  471. ║ │ │ │ 'react-router-dom'. │ ║
  472.  
  473. /home/circleci/redux-async/client/src/components/SearchResults/index.js
  474.  
  475. ║ Line │ Column │ Type │ Message │ Rule ID ║
  476. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  477. ║ 2 │ 34 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  478. ║ 3 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  479. ║ 4 │ 25 │ error │ Unable to resolve path to module 'query-string'. │ import/no-unresolved ║
  480.  
  481. /home/circleci/redux-async/client/src/components/Session/withAuthentication.js
  482.  
  483. ║ Line │ Column │ Type │ Message │ Rule ID ║
  484. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  485. ║ 2 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  486. ║ 3 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  487.  
  488. /home/circleci/redux-async/client/src/components/Session/withAuthorization.js
  489.  
  490. ║ Line │ Column │ Type │ Message │ Rule ID ║
  491. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  492. ║ 2 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  493. ║ 3 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  494. ║ 4 │ 25 │ error │ Unable to resolve path to module 'recompose'. │ import/no-unresolved ║
  495. ║ 5 │ 28 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  496. ║ │ │ │ 'react-router-dom'. │ ║
  497.  
  498. /home/circleci/redux-async/client/src/components/Session/withAuthorizationMovieDetail.js
  499.  
  500. ║ Line │ Column │ Type │ Message │ Rule ID ║
  501. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  502. ║ 2 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  503. ║ 3 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  504. ║ 4 │ 25 │ error │ Unable to resolve path to module 'recompose'. │ import/no-unresolved ║
  505. ║ 5 │ 28 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  506. ║ │ │ │ 'react-router-dom'. │ ║
  507.  
  508. /home/circleci/redux-async/client/src/components/Session/withAuthorizationRatingButton.js
  509.  
  510. ║ Line │ Column │ Type │ Message │ Rule ID ║
  511. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  512. ║ 2 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  513. ║ 3 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  514. ║ 4 │ 25 │ error │ Unable to resolve path to module 'recompose'. │ import/no-unresolved ║
  515. ║ 5 │ 28 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  516. ║ │ │ │ 'react-router-dom'. │ ║
  517. ║ 6 │ 41 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  518. ║ │ │ │ 'react-bootstrap'. │ ║
  519.  
  520. /home/circleci/redux-async/client/src/components/SignIn/EmailVerifiedModal/index.js
  521.  
  522. ║ Line │ Column │ Type │ Message │ Rule ID ║
  523. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  524. ║ 2 │ 34 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  525. ║ 3 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  526.  
  527. /home/circleci/redux-async/client/src/components/SignIn/SuccessMsgModal/SuccessMsgModal.jsx
  528.  
  529. ║ Line │ Column │ Type │ Message │ Rule ID ║
  530. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  531. ║ 2 │ 34 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  532. ║ 3 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  533.  
  534. /home/circleci/redux-async/client/src/components/SignIn/index.js
  535.  
  536. ║ Line │ Column │ Type │ Message │ Rule ID ║
  537. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  538. ║ 2 │ 34 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  539. ║ 3 │ 34 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  540. ║ │ │ │ 'react-router-dom'. │ ║
  541.  
  542. /home/circleci/redux-async/client/src/components/SignIn/providers.js
  543.  
  544. ║ Line │ Column │ Type │ Message │ Rule ID ║
  545. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  546. ║ 2 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  547. ║ 3 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  548. ║ 4 │ 28 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  549. ║ │ │ │ 'react-router-dom'. │ ║
  550.  
  551. /home/circleci/redux-async/client/src/components/SignOut/index.js
  552.  
  553. ║ Line │ Column │ Type │ Message │ Rule ID ║
  554. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  555. ║ 1 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  556.  
  557. /home/circleci/redux-async/client/src/components/SignUp/SuccessMsgModal/SuccessMsgModal.jsx
  558.  
  559. ║ Line │ Column │ Type │ Message │ Rule ID ║
  560. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  561. ║ 2 │ 34 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  562. ║ 3 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  563.  
  564. /home/circleci/redux-async/client/src/components/SignUp/index.js
  565.  
  566. ║ Line │ Column │ Type │ Message │ Rule ID ║
  567. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  568. ║ 1 │ 34 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  569. ║ 2 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  570. ║ 3 │ 34 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  571. ║ │ │ │ 'react-router-dom'. │ ║
  572.  
  573. /home/circleci/redux-async/client/src/components/Support/index.js
  574.  
  575. ║ Line │ Column │ Type │ Message │ Rule ID ║
  576. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  577. ║ 1 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  578.  
  579. /home/circleci/redux-async/client/src/components/Term/index.js
  580.  
  581. ║ Line │ Column │ Type │ Message │ Rule ID ║
  582. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  583. ║ 1 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  584. ║ 2 │ 22 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  585. ║ │ │ │ 'react-router-dom'. │ ║
  586.  
  587. /home/circleci/redux-async/client/src/components/Watchlist/index.js
  588.  
  589. ║ Line │ Column │ Type │ Message │ Rule ID ║
  590. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  591. ║ 2 │ 34 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  592. ║ 3 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  593. ║ 4 │ 25 │ error │ Unable to resolve path to module 'recompose'. │ import/no-unresolved ║
  594. ║ 5 │ 22 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  595. ║ │ │ │ 'react-router-dom'. │ ║
  596.  
  597. /home/circleci/redux-async/client/src/containers/MovieDataPageContainer/MovieDataPageContainer.js
  598.  
  599. ║ Line │ Column │ Type │ Message │ Rule ID ║
  600. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  601. ║ 1 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  602.  
  603. /home/circleci/redux-async/client/src/containers/MovieDetailsPageContainer.js
  604.  
  605. ║ Line │ Column │ Type │ Message │ Rule ID ║
  606. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  607. ║ 1 │ 34 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  608. ║ 3 │ 25 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  609. ║ 5 │ 30 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  610. ║ │ │ │ 'material-ui/CircularProgress'. │ ║
  611.  
  612. /home/circleci/redux-async/client/src/firebase/auth.js
  613.  
  614. ║ Line │ Column │ Type │ Message │ Rule ID ║
  615. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  616. ║ 1 │ 22 │ error │ Unable to resolve path to module 'firebase/app'. │ import/no-unresolved ║
  617. ║ 2 │ 1 │ error │ Dependency cycle detected. │ import/no-cycle ║
  618.  
  619. /home/circleci/redux-async/client/src/firebase/db.js
  620.  
  621. ║ Line │ Column │ Type │ Message │ Rule ID ║
  622. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  623. ║ 1 │ 22 │ error │ Unable to resolve path to module 'firebase/app'. │ import/no-unresolved ║
  624.  
  625. /home/circleci/redux-async/client/src/firebase/firebase.js
  626.  
  627. ║ Line │ Column │ Type │ Message │ Rule ID ║
  628. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  629. ║ 1 │ 22 │ error │ Unable to resolve path to module 'firebase/app'. │ import/no-unresolved ║
  630. ║ 2 │ 1 │ error │ Dependency cycle detected. │ import/no-cycle ║
  631. ║ 3 │ 8 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  632. ║ │ │ │ 'firebase/database'. │ ║
  633. ║ 5 │ 8 │ error │ Unable to resolve path to module │ import/no-unresolved ║
  634. ║ │ │ │ 'firebase/firestore'. │ ║
  635.  
  636. /home/circleci/redux-async/client/src/index.js
  637.  
  638. ║ Line │ Column │ Type │ Message │ Rule ID ║
  639. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  640. ║ 1 │ 19 │ error │ Unable to resolve path to module 'react'. │ import/no-unresolved ║
  641. ║ 2 │ 22 │ error │ Unable to resolve path to module 'react-dom'. │ import/no-unresolved ║
  642. ║ 3 │ 26 │ error │ Unable to resolve path to module 'react-redux'. │ import/no-unresolved ║
  643.  
  644. /home/circleci/redux-async/client/src/reducers/index.js
  645.  
  646. ║ Line │ Column │ Type │ Message │ Rule ID ║
  647. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  648. ║ 1 │ 33 │ error │ Unable to resolve path to module 'redux'. │ import/no-unresolved ║
  649.  
  650. /home/circleci/redux-async/client/src/store/index.js
  651.  
  652. ║ Line │ Column │ Type │ Message │ Rule ID ║
  653. ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
  654. ║ 1 │ 46 │ error │ Unable to resolve path to module 'redux'. │ import/no-unresolved ║
  655. ║ 2 │ 19 │ error │ Unable to resolve path to module 'redux-thunk'. │ import/no-unresolved ║
  656. ║ 3 │ 30 │ error │ Unable to resolve path to module 'redux-logger'. │ import/no-unresolved ║
  657.  
  658. ╔════════════════════════════════════════════════════════════════════════════════════════════════════════════════╗
  659. ║ 200 Errors ║
  660. ╟────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢
  661. ║ 0 Warnings ║
  662. ╚════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝
  663.  
  664. npm ERR! code ELIFECYCLE
  665. npm ERR! errno 1
  666. npm ERR! server@0.0.0 lint: `eslint --ext .js,.jsx --format table .`
  667. npm ERR! Exit status 1
  668. npm ERR!
  669. npm ERR! Failed at the server@0.0.0 lint script.
  670. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  671.  
  672. npm ERR! A complete log of this run can be found in:
  673. npm ERR! /home/circleci/.npm/_logs/2020-02-20T02_15_56_698Z-debug.log
  674.  
  675. Exited with code exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement