Advertisement
Guest User

vue.js errors

a guest
Apr 27th, 2023
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.79 KB | Fixit | 0 0
  1. > vue-cli-service serve
  2.  
  3. INFO Starting development server...
  4.  
  5.  
  6. ERROR Failed to compile with 20 errors 3:43:12 PM
  7.  
  8. error in ./node_modules/gaxios/build/src/gaxios.js
  9.  
  10. Module not found: Error: Can't resolve 'https' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/gaxios/build/src'
  11.  
  12. BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
  13. This is no longer the case. Verify if you need this module and configure a polyfill for it.
  14.  
  15. If you want to include a polyfill, you need to:
  16. - add a fallback 'resolve.fallback: { "https": require.resolve("https-browserify") }'
  17. - install 'https-browserify'
  18. If you don't want to include a polyfill, you can use an empty module like this:
  19. resolve.fallback: { "https": false }
  20.  
  21. error in ./node_modules/gcp-metadata/build/src/gcp-residency.js
  22.  
  23. Module not found: Error: Can't resolve 'fs' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/gcp-metadata/build/src'
  24.  
  25. error in ./node_modules/gcp-metadata/build/src/gcp-residency.js
  26.  
  27. Module not found: Error: Can't resolve 'os' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/gcp-metadata/build/src'
  28.  
  29. BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
  30. This is no longer the case. Verify if you need this module and configure a polyfill for it.
  31.  
  32. If you want to include a polyfill, you need to:
  33. - add a fallback 'resolve.fallback: { "os": require.resolve("os-browserify/browser") }'
  34. - install 'os-browserify'
  35. If you don't want to include a polyfill, you can use an empty module like this:
  36. resolve.fallback: { "os": false }
  37.  
  38. error in ./node_modules/google-auth-library/build/src/auth/baseexternalclient.js
  39.  
  40. Module not found: Error: Can't resolve 'stream' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/google-auth-library/build/src/auth'
  41.  
  42. BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
  43. This is no longer the case. Verify if you need this module and configure a polyfill for it.
  44.  
  45. If you want to include a polyfill, you need to:
  46. - add a fallback 'resolve.fallback: { "stream": require.resolve("stream-browserify") }'
  47. - install 'stream-browserify'
  48. If you don't want to include a polyfill, you can use an empty module like this:
  49. resolve.fallback: { "stream": false }
  50.  
  51. error in ./node_modules/google-auth-library/build/src/auth/googleauth.js
  52.  
  53. Module not found: Error: Can't resolve 'child_process' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/google-auth-library/build/src/auth'
  54.  
  55. error in ./node_modules/google-auth-library/build/src/auth/googleauth.js
  56.  
  57. Module not found: Error: Can't resolve 'fs' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/google-auth-library/build/src/auth'
  58.  
  59. error in ./node_modules/google-auth-library/build/src/auth/googleauth.js
  60.  
  61. Module not found: Error: Can't resolve 'os' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/google-auth-library/build/src/auth'
  62.  
  63. BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
  64. This is no longer the case. Verify if you need this module and configure a polyfill for it.
  65.  
  66. If you want to include a polyfill, you need to:
  67. - add a fallback 'resolve.fallback: { "os": require.resolve("os-browserify/browser") }'
  68. - install 'os-browserify'
  69. If you don't want to include a polyfill, you can use an empty module like this:
  70. resolve.fallback: { "os": false }
  71.  
  72. error in ./node_modules/google-auth-library/build/src/auth/googleauth.js
  73.  
  74. Module not found: Error: Can't resolve 'path' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/google-auth-library/build/src/auth'
  75.  
  76. BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
  77. This is no longer the case. Verify if you need this module and configure a polyfill for it.
  78.  
  79. If you want to include a polyfill, you need to:
  80. - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
  81. - install 'path-browserify'
  82. If you don't want to include a polyfill, you can use an empty module like this:
  83. resolve.fallback: { "path": false }
  84.  
  85. error in ./node_modules/google-auth-library/build/src/crypto/node/crypto.js
  86.  
  87. Module not found: Error: Can't resolve 'crypto' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/google-auth-library/build/src/crypto/node'
  88. Did you mean './crypto'?
  89. Requests that should resolve in the current directory need to start with './'.
  90. Requests that start with a name are treated as module requests and resolve within module directories (node_modules, /Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules, /Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/@vue/cli-service/node_modules).
  91. If changing the source code is not an option there is also a resolve options called 'preferRelative' which tries to resolve these kind of requests in the current directory too.
  92.  
  93. BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
  94. This is no longer the case. Verify if you need this module and configure a polyfill for it.
  95.  
  96. If you want to include a polyfill, you need to:
  97. - add a fallback 'resolve.fallback: { "crypto": require.resolve("crypto-browserify") }'
  98. - install 'crypto-browserify'
  99. If you don't want to include a polyfill, you can use an empty module like this:
  100. resolve.fallback: { "crypto": false }
  101.  
  102. error in ./node_modules/google-p12-pem/build/src/index.js
  103.  
  104. Module not found: Error: Can't resolve 'fs' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/google-p12-pem/build/src'
  105.  
  106. error in ./node_modules/googleapis-common/build/src/apirequest.js
  107.  
  108. Module not found: Error: Can't resolve 'stream' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/googleapis-common/build/src'
  109.  
  110. BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
  111. This is no longer the case. Verify if you need this module and configure a polyfill for it.
  112.  
  113. If you want to include a polyfill, you need to:
  114. - add a fallback 'resolve.fallback: { "stream": require.resolve("stream-browserify") }'
  115. - install 'stream-browserify'
  116. If you don't want to include a polyfill, you can use an empty module like this:
  117. resolve.fallback: { "stream": false }
  118.  
  119. error in ./node_modules/googleapis-common/build/src/discovery.js
  120.  
  121. Module not found: Error: Can't resolve 'fs' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/googleapis-common/build/src'
  122.  
  123. error in ./node_modules/googleapis-common/build/src/http2.js
  124.  
  125. Module not found: Error: Can't resolve 'http2' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/googleapis-common/build/src'
  126. Did you mean './http2'?
  127. Requests that should resolve in the current directory need to start with './'.
  128. Requests that start with a name are treated as module requests and resolve within module directories (node_modules, /Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules, /Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/@vue/cli-service/node_modules).
  129. If changing the source code is not an option there is also a resolve options called 'preferRelative' which tries to resolve these kind of requests in the current directory too.
  130.  
  131. error in ./node_modules/googleapis-common/build/src/http2.js
  132.  
  133. Module not found: Error: Can't resolve 'zlib' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/googleapis-common/build/src'
  134.  
  135. BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
  136. This is no longer the case. Verify if you need this module and configure a polyfill for it.
  137.  
  138. If you want to include a polyfill, you need to:
  139. - add a fallback 'resolve.fallback: { "zlib": require.resolve("browserify-zlib") }'
  140. - install 'browserify-zlib'
  141. If you don't want to include a polyfill, you can use an empty module like this:
  142. resolve.fallback: { "zlib": false }
  143.  
  144. error in ./node_modules/gtoken/build/src/index.js
  145.  
  146. Module not found: Error: Can't resolve 'fs' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/gtoken/build/src'
  147.  
  148. error in ./node_modules/gtoken/build/src/index.js
  149.  
  150. Module not found: Error: Can't resolve 'path' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/gtoken/build/src'
  151.  
  152. BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
  153. This is no longer the case. Verify if you need this module and configure a polyfill for it.
  154.  
  155. If you want to include a polyfill, you need to:
  156. - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
  157. - install 'path-browserify'
  158. If you don't want to include a polyfill, you can use an empty module like this:
  159. resolve.fallback: { "path": false }
  160.  
  161. error in ./node_modules/https-proxy-agent/dist/agent.js
  162.  
  163. Module not found: Error: Can't resolve 'net' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/https-proxy-agent/dist'
  164.  
  165. error in ./node_modules/https-proxy-agent/dist/agent.js
  166.  
  167. Module not found: Error: Can't resolve 'tls' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/https-proxy-agent/dist'
  168.  
  169. error in ./node_modules/jwa/index.js
  170.  
  171. Module not found: Error: Can't resolve 'crypto' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/jwa'
  172.  
  173. BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
  174. This is no longer the case. Verify if you need this module and configure a polyfill for it.
  175.  
  176. If you want to include a polyfill, you need to:
  177. - add a fallback 'resolve.fallback: { "crypto": require.resolve("crypto-browserify") }'
  178. - install 'crypto-browserify'
  179. If you don't want to include a polyfill, you can use an empty module like this:
  180. resolve.fallback: { "crypto": false }
  181.  
  182. error in ./node_modules/jws/lib/data-stream.js
  183.  
  184. Module not found: Error: Can't resolve 'stream' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/jws/lib'
  185.  
  186. BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
  187. This is no longer the case. Verify if you need this module and configure a polyfill for it.
  188.  
  189. If you want to include a polyfill, you need to:
  190. - add a fallback 'resolve.fallback: { "stream": require.resolve("stream-browserify") }'
  191. - install 'stream-browserify'
  192. If you don't want to include a polyfill, you can use an empty module like this:
  193. resolve.fallback: { "stream": false }
  194.  
  195. ERROR in ./node_modules/gaxios/build/src/gaxios.js 20:16-32
  196. Module not found: Error: Can't resolve 'https' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/gaxios/build/src'
  197.  
  198. BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
  199. This is no longer the case. Verify if you need this module and configure a polyfill for it.
  200.  
  201. If you want to include a polyfill, you need to:
  202. - add a fallback 'resolve.fallback: { "https": require.resolve("https-browserify") }'
  203. - install 'https-browserify'
  204. If you don't want to include a polyfill, you can use an empty module like this:
  205. resolve.fallback: { "https": false }
  206. @ ./node_modules/gaxios/build/src/index.js 16:17-36
  207. @ ./node_modules/googleapis-common/build/src/index.js 27:15-32
  208. @ ./node_modules/googleapis/build/src/index.js 30:0-45
  209. @ ./src/services/drive.js 1:0-45 8:21-39 48:16-28
  210. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Labels.vue?vue&type=script&lang=js 2:0-37 19:30-46 26:30-46 31:14-32 35:14-32 45:14-32
  211. @ ./src/components/Labels.vue?vue&type=script&lang=js 1:0-128 1:0-128 1:129-246 1:129-246
  212. @ ./src/components/Labels.vue 2:0-57 3:0-52 3:0-52 8:49-55
  213. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=script&lang=js 2:2-47 7:6-12
  214. @ ./src/App.vue?vue&type=script&lang=js 1:0-122 1:0-122 1:123-234 1:123-234
  215. @ ./src/App.vue 2:0-54 3:0-49 3:0-49 8:49-55
  216. @ ./src/main.js 2:0-27 6:10-13
  217.  
  218. ERROR in ./node_modules/gcp-metadata/build/src/gcp-residency.js 19:13-26
  219. Module not found: Error: Can't resolve 'fs' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/gcp-metadata/build/src'
  220. @ ./node_modules/gcp-metadata/build/src/index.js 26:24-50 286:13-39
  221. @ ./node_modules/google-auth-library/build/src/auth/envDetect.js 17:20-43
  222. @ ./node_modules/google-auth-library/build/src/index.js 23:18-45
  223. @ ./node_modules/googleapis/build/src/index.js 31:0-45
  224. @ ./src/services/drive.js 1:0-45 8:21-39 48:16-28
  225. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Labels.vue?vue&type=script&lang=js 2:0-37 19:30-46 26:30-46 31:14-32 35:14-32 45:14-32
  226. @ ./src/components/Labels.vue?vue&type=script&lang=js 1:0-128 1:0-128 1:129-246 1:129-246
  227. @ ./src/components/Labels.vue 2:0-57 3:0-52 3:0-52 8:49-55
  228. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=script&lang=js 2:2-47 7:6-12
  229. @ ./src/App.vue?vue&type=script&lang=js 1:0-122 1:0-122 1:123-234 1:123-234
  230. @ ./src/App.vue 2:0-54 3:0-49 3:0-49 8:49-55
  231. @ ./src/main.js 2:0-27 6:10-13
  232.  
  233. ERROR in ./node_modules/gcp-metadata/build/src/gcp-residency.js 20:13-26
  234. Module not found: Error: Can't resolve 'os' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/gcp-metadata/build/src'
  235.  
  236. BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
  237. This is no longer the case. Verify if you need this module and configure a polyfill for it.
  238.  
  239. If you want to include a polyfill, you need to:
  240. - add a fallback 'resolve.fallback: { "os": require.resolve("os-browserify/browser") }'
  241. - install 'os-browserify'
  242. If you don't want to include a polyfill, you can use an empty module like this:
  243. resolve.fallback: { "os": false }
  244. @ ./node_modules/gcp-metadata/build/src/index.js 26:24-50 286:13-39
  245. @ ./node_modules/google-auth-library/build/src/auth/envDetect.js 17:20-43
  246. @ ./node_modules/google-auth-library/build/src/index.js 23:18-45
  247. @ ./node_modules/googleapis/build/src/index.js 31:0-45
  248. @ ./src/services/drive.js 1:0-45 8:21-39 48:16-28
  249. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Labels.vue?vue&type=script&lang=js 2:0-37 19:30-46 26:30-46 31:14-32 35:14-32 45:14-32
  250. @ ./src/components/Labels.vue?vue&type=script&lang=js 1:0-128 1:0-128 1:129-246 1:129-246
  251. @ ./src/components/Labels.vue 2:0-57 3:0-52 3:0-52 8:49-55
  252. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=script&lang=js 2:2-47 7:6-12
  253. @ ./src/App.vue?vue&type=script&lang=js 1:0-122 1:0-122 1:123-234 1:123-234
  254. @ ./src/App.vue 2:0-54 3:0-49 3:0-49 8:49-55
  255. @ ./src/main.js 2:0-27 6:10-13
  256.  
  257. ERROR in ./node_modules/google-auth-library/build/src/auth/baseexternalclient.js 17:15-32
  258. Module not found: Error: Can't resolve 'stream' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/google-auth-library/build/src/auth'
  259.  
  260. BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
  261. This is no longer the case. Verify if you need this module and configure a polyfill for it.
  262.  
  263. If you want to include a polyfill, you need to:
  264. - add a fallback 'resolve.fallback: { "stream": require.resolve("stream-browserify") }'
  265. - install 'stream-browserify'
  266. If you don't want to include a polyfill, you can use an empty module like this:
  267. resolve.fallback: { "stream": false }
  268. @ ./node_modules/google-auth-library/build/src/index.js 48:27-63
  269. @ ./node_modules/googleapis/build/src/index.js 31:0-45
  270. @ ./src/services/drive.js 1:0-45 8:21-39 48:16-28
  271. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Labels.vue?vue&type=script&lang=js 2:0-37 19:30-46 26:30-46 31:14-32 35:14-32 45:14-32
  272. @ ./src/components/Labels.vue?vue&type=script&lang=js 1:0-128 1:0-128 1:129-246 1:129-246
  273. @ ./src/components/Labels.vue 2:0-57 3:0-52 3:0-52 8:49-55
  274. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=script&lang=js 2:2-47 7:6-12
  275. @ ./src/App.vue?vue&type=script&lang=js 1:0-122 1:0-122 1:123-234 1:123-234
  276. @ ./src/App.vue 2:0-54 3:0-49 3:0-49 8:49-55
  277. @ ./src/main.js 2:0-27 6:10-13
  278.  
  279. ERROR in ./node_modules/google-auth-library/build/src/auth/downscopedclient.js 17:15-32
  280. Module not found: Error: Can't resolve 'stream' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/google-auth-library/build/src/auth'
  281.  
  282. BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
  283. This is no longer the case. Verify if you need this module and configure a polyfill for it.
  284.  
  285. If you want to include a polyfill, you need to:
  286. - add a fallback 'resolve.fallback: { "stream": require.resolve("stream-browserify") }'
  287. - install 'stream-browserify'
  288. If you don't want to include a polyfill, you can use an empty module like this:
  289. resolve.fallback: { "stream": false }
  290. @ ./node_modules/google-auth-library/build/src/index.js 50:25-59
  291. @ ./node_modules/googleapis/build/src/index.js 31:0-45
  292. @ ./src/services/drive.js 1:0-45 8:21-39 48:16-28
  293. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Labels.vue?vue&type=script&lang=js 2:0-37 19:30-46 26:30-46 31:14-32 35:14-32 45:14-32
  294. @ ./src/components/Labels.vue?vue&type=script&lang=js 1:0-128 1:0-128 1:129-246 1:129-246
  295. @ ./src/components/Labels.vue 2:0-57 3:0-52 3:0-52 8:49-55
  296. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=script&lang=js 2:2-47 7:6-12
  297. @ ./src/App.vue?vue&type=script&lang=js 1:0-122 1:0-122 1:123-234 1:123-234
  298. @ ./src/App.vue 2:0-54 3:0-49 3:0-49 8:49-55
  299. @ ./src/main.js 2:0-27 6:10-13
  300.  
  301. ERROR in ./node_modules/google-auth-library/build/src/auth/googleauth.js 17:24-48
  302. Module not found: Error: Can't resolve 'child_process' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/google-auth-library/build/src/auth'
  303. @ ./node_modules/google-auth-library/build/src/index.js 17:21-49
  304. @ ./node_modules/googleapis/build/src/index.js 31:0-45
  305. @ ./src/services/drive.js 1:0-45 8:21-39 48:16-28
  306. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Labels.vue?vue&type=script&lang=js 2:0-37 19:30-46 26:30-46 31:14-32 35:14-32 45:14-32
  307. @ ./src/components/Labels.vue?vue&type=script&lang=js 1:0-128 1:0-128 1:129-246 1:129-246
  308. @ ./src/components/Labels.vue 2:0-57 3:0-52 3:0-52 8:49-55
  309. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=script&lang=js 2:2-47 7:6-12
  310. @ ./src/App.vue?vue&type=script&lang=js 1:0-122 1:0-122 1:123-234 1:123-234
  311. @ ./src/App.vue 2:0-54 3:0-49 3:0-49 8:49-55
  312. @ ./src/main.js 2:0-27 6:10-13
  313.  
  314. ERROR in ./node_modules/google-auth-library/build/src/auth/googleauth.js 18:11-24
  315. Module not found: Error: Can't resolve 'fs' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/google-auth-library/build/src/auth'
  316. @ ./node_modules/google-auth-library/build/src/index.js 17:21-49
  317. @ ./node_modules/googleapis/build/src/index.js 31:0-45
  318. @ ./src/services/drive.js 1:0-45 8:21-39 48:16-28
  319. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Labels.vue?vue&type=script&lang=js 2:0-37 19:30-46 26:30-46 31:14-32 35:14-32 45:14-32
  320. @ ./src/components/Labels.vue?vue&type=script&lang=js 1:0-128 1:0-128 1:129-246 1:129-246
  321. @ ./src/components/Labels.vue 2:0-57 3:0-52 3:0-52 8:49-55
  322. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=script&lang=js 2:2-47 7:6-12
  323. @ ./src/App.vue?vue&type=script&lang=js 1:0-122 1:0-122 1:123-234 1:123-234
  324. @ ./src/App.vue 2:0-54 3:0-49 3:0-49 8:49-55
  325. @ ./src/main.js 2:0-27 6:10-13
  326.  
  327. ERROR in ./node_modules/google-auth-library/build/src/auth/googleauth.js 20:11-24
  328. Module not found: Error: Can't resolve 'os' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/google-auth-library/build/src/auth'
  329.  
  330. BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
  331. This is no longer the case. Verify if you need this module and configure a polyfill for it.
  332.  
  333. If you want to include a polyfill, you need to:
  334. - add a fallback 'resolve.fallback: { "os": require.resolve("os-browserify/browser") }'
  335. - install 'os-browserify'
  336. If you don't want to include a polyfill, you can use an empty module like this:
  337. resolve.fallback: { "os": false }
  338. @ ./node_modules/google-auth-library/build/src/index.js 17:21-49
  339. @ ./node_modules/googleapis/build/src/index.js 31:0-45
  340. @ ./src/services/drive.js 1:0-45 8:21-39 48:16-28
  341. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Labels.vue?vue&type=script&lang=js 2:0-37 19:30-46 26:30-46 31:14-32 35:14-32 45:14-32
  342. @ ./src/components/Labels.vue?vue&type=script&lang=js 1:0-128 1:0-128 1:129-246 1:129-246
  343. @ ./src/components/Labels.vue 2:0-57 3:0-52 3:0-52 8:49-55
  344. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=script&lang=js 2:2-47 7:6-12
  345. @ ./src/App.vue?vue&type=script&lang=js 1:0-122 1:0-122 1:123-234 1:123-234
  346. @ ./src/App.vue 2:0-54 3:0-49 3:0-49 8:49-55
  347. @ ./src/main.js 2:0-27 6:10-13
  348.  
  349. ERROR in ./node_modules/google-auth-library/build/src/auth/googleauth.js 21:13-28
  350. Module not found: Error: Can't resolve 'path' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/google-auth-library/build/src/auth'
  351.  
  352. BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
  353. This is no longer the case. Verify if you need this module and configure a polyfill for it.
  354.  
  355. If you want to include a polyfill, you need to:
  356. - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
  357. - install 'path-browserify'
  358. If you don't want to include a polyfill, you can use an empty module like this:
  359. resolve.fallback: { "path": false }
  360. @ ./node_modules/google-auth-library/build/src/index.js 17:21-49
  361. @ ./node_modules/googleapis/build/src/index.js 31:0-45
  362. @ ./src/services/drive.js 1:0-45 8:21-39 48:16-28
  363. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Labels.vue?vue&type=script&lang=js 2:0-37 19:30-46 26:30-46 31:14-32 35:14-32 45:14-32
  364. @ ./src/components/Labels.vue?vue&type=script&lang=js 1:0-128 1:0-128 1:129-246 1:129-246
  365. @ ./src/components/Labels.vue 2:0-57 3:0-52 3:0-52 8:49-55
  366. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=script&lang=js 2:2-47 7:6-12
  367. @ ./src/App.vue?vue&type=script&lang=js 1:0-122 1:0-122 1:123-234 1:123-234
  368. @ ./src/App.vue 2:0-54 3:0-49 3:0-49 8:49-55
  369. @ ./src/main.js 2:0-27 6:10-13
  370.  
  371. ERROR in ./node_modules/google-auth-library/build/src/auth/identitypoolclient.js 18:11-24
  372. Module not found: Error: Can't resolve 'fs' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/google-auth-library/build/src/auth'
  373. @ ./node_modules/google-auth-library/build/src/index.js 44:27-63
  374. @ ./node_modules/googleapis/build/src/index.js 31:0-45
  375. @ ./src/services/drive.js 1:0-45 8:21-39 48:16-28
  376. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Labels.vue?vue&type=script&lang=js 2:0-37 19:30-46 26:30-46 31:14-32 35:14-32 45:14-32
  377. @ ./src/components/Labels.vue?vue&type=script&lang=js 1:0-128 1:0-128 1:129-246 1:129-246
  378. @ ./src/components/Labels.vue 2:0-57 3:0-52 3:0-52 8:49-55
  379. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=script&lang=js 2:2-47 7:6-12
  380. @ ./src/App.vue?vue&type=script&lang=js 1:0-122 1:0-122 1:123-234 1:123-234
  381. @ ./src/App.vue 2:0-54 3:0-49 3:0-49 8:49-55
  382. @ ./src/main.js 2:0-27 6:10-13
  383.  
  384. ERROR in ./node_modules/google-auth-library/build/src/auth/oauth2client.js 19:15-32
  385. Module not found: Error: Can't resolve 'stream' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/google-auth-library/build/src/auth'
  386.  
  387. BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
  388. This is no longer the case. Verify if you need this module and configure a polyfill for it.
  389.  
  390. If you want to include a polyfill, you need to:
  391. - add a fallback 'resolve.fallback: { "stream": require.resolve("stream-browserify") }'
  392. - install 'stream-browserify'
  393. If you don't want to include a polyfill, you can use an empty module like this:
  394. resolve.fallback: { "stream": false }
  395. @ ./node_modules/google-auth-library/build/src/index.js 35:21-51
  396. @ ./node_modules/googleapis/build/src/index.js 31:0-45
  397. @ ./src/services/drive.js 1:0-45 8:21-39 48:16-28
  398. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Labels.vue?vue&type=script&lang=js 2:0-37 19:30-46 26:30-46 31:14-32 35:14-32 45:14-32
  399. @ ./src/components/Labels.vue?vue&type=script&lang=js 1:0-128 1:0-128 1:129-246 1:129-246
  400. @ ./src/components/Labels.vue 2:0-57 3:0-52 3:0-52 8:49-55
  401. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=script&lang=js 2:2-47 7:6-12
  402. @ ./src/App.vue?vue&type=script&lang=js 1:0-122 1:0-122 1:123-234 1:123-234
  403. @ ./src/App.vue 2:0-54 3:0-49 3:0-49 8:49-55
  404. @ ./src/main.js 2:0-27 6:10-13
  405.  
  406. ERROR in ./node_modules/google-auth-library/build/src/auth/pluggable-auth-handler.js 19:21-45
  407. Module not found: Error: Can't resolve 'child_process' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/google-auth-library/build/src/auth'
  408. @ ./node_modules/google-auth-library/build/src/auth/pluggable-auth-client.js 19:33-68
  409. @ ./node_modules/google-auth-library/build/src/index.js 52:30-69
  410. @ ./node_modules/googleapis/build/src/index.js 31:0-45
  411. @ ./src/services/drive.js 1:0-45 8:21-39 48:16-28
  412. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Labels.vue?vue&type=script&lang=js 2:0-37 19:30-46 26:30-46 31:14-32 35:14-32 45:14-32
  413. @ ./src/components/Labels.vue?vue&type=script&lang=js 1:0-128 1:0-128 1:129-246 1:129-246
  414. @ ./src/components/Labels.vue 2:0-57 3:0-52 3:0-52 8:49-55
  415. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=script&lang=js 2:2-47 7:6-12
  416. @ ./src/App.vue?vue&type=script&lang=js 1:0-122 1:0-122 1:123-234 1:123-234
  417. @ ./src/App.vue 2:0-54 3:0-49 3:0-49 8:49-55
  418. @ ./src/main.js 2:0-27 6:10-13
  419.  
  420. ERROR in ./node_modules/google-auth-library/build/src/auth/pluggable-auth-handler.js 20:11-24
  421. Module not found: Error: Can't resolve 'fs' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/google-auth-library/build/src/auth'
  422. @ ./node_modules/google-auth-library/build/src/auth/pluggable-auth-client.js 19:33-68
  423. @ ./node_modules/google-auth-library/build/src/index.js 52:30-69
  424. @ ./node_modules/googleapis/build/src/index.js 31:0-45
  425. @ ./src/services/drive.js 1:0-45 8:21-39 48:16-28
  426. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Labels.vue?vue&type=script&lang=js 2:0-37 19:30-46 26:30-46 31:14-32 35:14-32 45:14-32
  427. @ ./src/components/Labels.vue?vue&type=script&lang=js 1:0-128 1:0-128 1:129-246 1:129-246
  428. @ ./src/components/Labels.vue 2:0-57 3:0-52 3:0-52 8:49-55
  429. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=script&lang=js 2:2-47 7:6-12
  430. @ ./src/App.vue?vue&type=script&lang=js 1:0-122 1:0-122 1:123-234 1:123-234
  431. @ ./src/App.vue 2:0-54 3:0-49 3:0-49 8:49-55
  432. @ ./src/main.js 2:0-27 6:10-13
  433.  
  434. ERROR in ./node_modules/google-auth-library/build/src/crypto/node/crypto.js 17:15-32
  435. Module not found: Error: Can't resolve 'crypto' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/google-auth-library/build/src/crypto/node'
  436. Did you mean './crypto'?
  437. Requests that should resolve in the current directory need to start with './'.
  438. Requests that start with a name are treated as module requests and resolve within module directories (node_modules, /Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules, /Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/@vue/cli-service/node_modules).
  439. If changing the source code is not an option there is also a resolve options called 'preferRelative' which tries to resolve these kind of requests in the current directory too.
  440.  
  441. BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
  442. This is no longer the case. Verify if you need this module and configure a polyfill for it.
  443.  
  444. If you want to include a polyfill, you need to:
  445. - add a fallback 'resolve.fallback: { "crypto": require.resolve("crypto-browserify") }'
  446. - install 'crypto-browserify'
  447. If you don't want to include a polyfill, you can use an empty module like this:
  448. resolve.fallback: { "crypto": false }
  449. @ ./node_modules/google-auth-library/build/src/crypto/crypto.js 19:17-41
  450. @ ./node_modules/google-auth-library/build/src/auth/googleauth.js 22:17-44
  451. @ ./node_modules/google-auth-library/build/src/index.js 17:21-49
  452. @ ./node_modules/googleapis/build/src/index.js 31:0-45
  453. @ ./src/services/drive.js 1:0-45 8:21-39 48:16-28
  454. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Labels.vue?vue&type=script&lang=js 2:0-37 19:30-46 26:30-46 31:14-32 35:14-32 45:14-32
  455. @ ./src/components/Labels.vue?vue&type=script&lang=js 1:0-128 1:0-128 1:129-246 1:129-246
  456. @ ./src/components/Labels.vue 2:0-57 3:0-52 3:0-52 8:49-55
  457. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=script&lang=js 2:2-47 7:6-12
  458. @ ./src/App.vue?vue&type=script&lang=js 1:0-122 1:0-122 1:123-234 1:123-234
  459. @ ./src/App.vue 2:0-54 3:0-49 3:0-49 8:49-55
  460. @ ./src/main.js 2:0-27 6:10-13
  461.  
  462. ERROR in ./node_modules/google-p12-pem/build/src/index.js 10:11-24
  463. Module not found: Error: Can't resolve 'fs' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/google-p12-pem/build/src'
  464. @ ./node_modules/gtoken/build/src/index.js 130:65-90
  465. @ ./node_modules/google-auth-library/build/src/auth/jwtclient.js 17:17-34
  466. @ ./node_modules/google-auth-library/build/src/index.js 31:18-45
  467. @ ./node_modules/googleapis/build/src/index.js 31:0-45
  468. @ ./src/services/drive.js 1:0-45 8:21-39 48:16-28
  469. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Labels.vue?vue&type=script&lang=js 2:0-37 19:30-46 26:30-46 31:14-32 35:14-32 45:14-32
  470. @ ./src/components/Labels.vue?vue&type=script&lang=js 1:0-128 1:0-128 1:129-246 1:129-246
  471. @ ./src/components/Labels.vue 2:0-57 3:0-52 3:0-52 8:49-55
  472. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=script&lang=js 2:2-47 7:6-12
  473. @ ./src/App.vue?vue&type=script&lang=js 1:0-122 1:0-122 1:123-234 1:123-234
  474. @ ./src/App.vue 2:0-54 3:0-49 3:0-49 8:49-55
  475. @ ./src/main.js 2:0-27 6:10-13
  476.  
  477. ERROR in ./node_modules/googleapis-common/build/src/apirequest.js 18:15-32
  478. Module not found: Error: Can't resolve 'stream' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/googleapis-common/build/src'
  479.  
  480. BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
  481. This is no longer the case. Verify if you need this module and configure a polyfill for it.
  482.  
  483. If you want to include a polyfill, you need to:
  484. - add a fallback 'resolve.fallback: { "stream": require.resolve("stream-browserify") }'
  485. - install 'stream-browserify'
  486. If you don't want to include a polyfill, you can use an empty module like this:
  487. resolve.fallback: { "stream": false }
  488. @ ./node_modules/googleapis-common/build/src/index.js 32:19-42
  489. @ ./node_modules/googleapis/build/src/index.js 30:0-45
  490. @ ./src/services/drive.js 1:0-45 8:21-39 48:16-28
  491. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Labels.vue?vue&type=script&lang=js 2:0-37 19:30-46 26:30-46 31:14-32 35:14-32 45:14-32
  492. @ ./src/components/Labels.vue?vue&type=script&lang=js 1:0-128 1:0-128 1:129-246 1:129-246
  493. @ ./src/components/Labels.vue 2:0-57 3:0-52 3:0-52 8:49-55
  494. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=script&lang=js 2:2-47 7:6-12
  495. @ ./src/App.vue?vue&type=script&lang=js 1:0-122 1:0-122 1:123-234 1:123-234
  496. @ ./src/App.vue 2:0-54 3:0-49 3:0-49 8:49-55
  497. @ ./src/main.js 2:0-27 6:10-13
  498.  
  499. ERROR in ./node_modules/googleapis-common/build/src/discovery.js 16:11-24
  500. Module not found: Error: Can't resolve 'fs' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/googleapis-common/build/src'
  501. @ ./node_modules/googleapis-common/build/src/index.js 36:18-40
  502. @ ./node_modules/googleapis/build/src/index.js 30:0-45
  503. @ ./src/services/drive.js 1:0-45 8:21-39 48:16-28
  504. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Labels.vue?vue&type=script&lang=js 2:0-37 19:30-46 26:30-46 31:14-32 35:14-32 45:14-32
  505. @ ./src/components/Labels.vue?vue&type=script&lang=js 1:0-128 1:0-128 1:129-246 1:129-246
  506. @ ./src/components/Labels.vue 2:0-57 3:0-52 3:0-52 8:49-55
  507. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=script&lang=js 2:2-47 7:6-12
  508. @ ./src/App.vue?vue&type=script&lang=js 1:0-122 1:0-122 1:123-234 1:123-234
  509. @ ./src/App.vue 2:0-54 3:0-49 3:0-49 8:49-55
  510. @ ./src/main.js 2:0-27 6:10-13
  511.  
  512. ERROR in ./node_modules/googleapis-common/build/src/http2.js 16:14-30
  513. Module not found: Error: Can't resolve 'http2' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/googleapis-common/build/src'
  514. Did you mean './http2'?
  515. Requests that should resolve in the current directory need to start with './'.
  516. Requests that start with a name are treated as module requests and resolve within module directories (node_modules, /Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules, /Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/@vue/cli-service/node_modules).
  517. If changing the source code is not an option there is also a resolve options called 'preferRelative' which tries to resolve these kind of requests in the current directory too.
  518. @ ./node_modules/googleapis-common/build/src/apirequest.js 23:11-29
  519. @ ./node_modules/googleapis-common/build/src/index.js 32:19-42
  520. @ ./node_modules/googleapis/build/src/index.js 30:0-45
  521. @ ./src/services/drive.js 1:0-45 8:21-39 48:16-28
  522. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Labels.vue?vue&type=script&lang=js 2:0-37 19:30-46 26:30-46 31:14-32 35:14-32 45:14-32
  523. @ ./src/components/Labels.vue?vue&type=script&lang=js 1:0-128 1:0-128 1:129-246 1:129-246
  524. @ ./src/components/Labels.vue 2:0-57 3:0-52 3:0-52 8:49-55
  525. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=script&lang=js 2:2-47 7:6-12
  526. @ ./src/App.vue?vue&type=script&lang=js 1:0-122 1:0-122 1:123-234 1:123-234
  527. @ ./src/App.vue 2:0-54 3:0-49 3:0-49 8:49-55
  528. @ ./src/main.js 2:0-27 6:10-13
  529.  
  530. ERROR in ./node_modules/googleapis-common/build/src/http2.js 17:13-28
  531. Module not found: Error: Can't resolve 'zlib' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/googleapis-common/build/src'
  532.  
  533. BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
  534. This is no longer the case. Verify if you need this module and configure a polyfill for it.
  535.  
  536. If you want to include a polyfill, you need to:
  537. - add a fallback 'resolve.fallback: { "zlib": require.resolve("browserify-zlib") }'
  538. - install 'browserify-zlib'
  539. If you don't want to include a polyfill, you can use an empty module like this:
  540. resolve.fallback: { "zlib": false }
  541. @ ./node_modules/googleapis-common/build/src/apirequest.js 23:11-29
  542. @ ./node_modules/googleapis-common/build/src/index.js 32:19-42
  543. @ ./node_modules/googleapis/build/src/index.js 30:0-45
  544. @ ./src/services/drive.js 1:0-45 8:21-39 48:16-28
  545. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Labels.vue?vue&type=script&lang=js 2:0-37 19:30-46 26:30-46 31:14-32 35:14-32 45:14-32
  546. @ ./src/components/Labels.vue?vue&type=script&lang=js 1:0-128 1:0-128 1:129-246 1:129-246
  547. @ ./src/components/Labels.vue 2:0-57 3:0-52 3:0-52 8:49-55
  548. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=script&lang=js 2:2-47 7:6-12
  549. @ ./src/App.vue?vue&type=script&lang=js 1:0-122 1:0-122 1:123-234 1:123-234
  550. @ ./src/App.vue 2:0-54 3:0-49 3:0-49 8:49-55
  551. @ ./src/main.js 2:0-27 6:10-13
  552.  
  553. ERROR in ./node_modules/googleapis-common/build/src/http2.js 21:17-34
  554. Module not found: Error: Can't resolve 'stream' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/googleapis-common/build/src'
  555.  
  556. BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
  557. This is no longer the case. Verify if you need this module and configure a polyfill for it.
  558.  
  559. If you want to include a polyfill, you need to:
  560. - add a fallback 'resolve.fallback: { "stream": require.resolve("stream-browserify") }'
  561. - install 'stream-browserify'
  562. If you don't want to include a polyfill, you can use an empty module like this:
  563. resolve.fallback: { "stream": false }
  564. @ ./node_modules/googleapis-common/build/src/apirequest.js 23:11-29
  565. @ ./node_modules/googleapis-common/build/src/index.js 32:19-42
  566. @ ./node_modules/googleapis/build/src/index.js 30:0-45
  567. @ ./src/services/drive.js 1:0-45 8:21-39 48:16-28
  568. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Labels.vue?vue&type=script&lang=js 2:0-37 19:30-46 26:30-46 31:14-32 35:14-32 45:14-32
  569. @ ./src/components/Labels.vue?vue&type=script&lang=js 1:0-128 1:0-128 1:129-246 1:129-246
  570. @ ./src/components/Labels.vue 2:0-57 3:0-52 3:0-52 8:49-55
  571. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=script&lang=js 2:2-47 7:6-12
  572. @ ./src/App.vue?vue&type=script&lang=js 1:0-122 1:0-122 1:123-234 1:123-234
  573. @ ./src/App.vue 2:0-54 3:0-49 3:0-49 8:49-55
  574. @ ./src/main.js 2:0-27 6:10-13
  575.  
  576. ERROR in ./node_modules/gtoken/build/src/index.js 10:11-24
  577. Module not found: Error: Can't resolve 'fs' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/gtoken/build/src'
  578. @ ./node_modules/google-auth-library/build/src/auth/jwtclient.js 17:17-34
  579. @ ./node_modules/google-auth-library/build/src/index.js 31:18-45
  580. @ ./node_modules/googleapis/build/src/index.js 31:0-45
  581. @ ./src/services/drive.js 1:0-45 8:21-39 48:16-28
  582. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Labels.vue?vue&type=script&lang=js 2:0-37 19:30-46 26:30-46 31:14-32 35:14-32 45:14-32
  583. @ ./src/components/Labels.vue?vue&type=script&lang=js 1:0-128 1:0-128 1:129-246 1:129-246
  584. @ ./src/components/Labels.vue 2:0-57 3:0-52 3:0-52 8:49-55
  585. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=script&lang=js 2:2-47 7:6-12
  586. @ ./src/App.vue?vue&type=script&lang=js 1:0-122 1:0-122 1:123-234 1:123-234
  587. @ ./src/App.vue 2:0-54 3:0-49 3:0-49 8:49-55
  588. @ ./src/main.js 2:0-27 6:10-13
  589.  
  590. ERROR in ./node_modules/gtoken/build/src/index.js 13:13-28
  591. Module not found: Error: Can't resolve 'path' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/gtoken/build/src'
  592.  
  593. BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
  594. This is no longer the case. Verify if you need this module and configure a polyfill for it.
  595.  
  596. If you want to include a polyfill, you need to:
  597. - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
  598. - install 'path-browserify'
  599. If you don't want to include a polyfill, you can use an empty module like this:
  600. resolve.fallback: { "path": false }
  601. @ ./node_modules/google-auth-library/build/src/auth/jwtclient.js 17:17-34
  602. @ ./node_modules/google-auth-library/build/src/index.js 31:18-45
  603. @ ./node_modules/googleapis/build/src/index.js 31:0-45
  604. @ ./src/services/drive.js 1:0-45 8:21-39 48:16-28
  605. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Labels.vue?vue&type=script&lang=js 2:0-37 19:30-46 26:30-46 31:14-32 35:14-32 45:14-32
  606. @ ./src/components/Labels.vue?vue&type=script&lang=js 1:0-128 1:0-128 1:129-246 1:129-246
  607. @ ./src/components/Labels.vue 2:0-57 3:0-52 3:0-52 8:49-55
  608. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=script&lang=js 2:2-47 7:6-12
  609. @ ./src/App.vue?vue&type=script&lang=js 1:0-122 1:0-122 1:123-234 1:123-234
  610. @ ./src/App.vue 2:0-54 3:0-49 3:0-49 8:49-55
  611. @ ./src/main.js 2:0-27 6:10-13
  612.  
  613. ERROR in ./node_modules/https-proxy-agent/dist/agent.js 15:30-44
  614. Module not found: Error: Can't resolve 'net' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/https-proxy-agent/dist'
  615. @ ./node_modules/https-proxy-agent/dist/index.js 5:32-50
  616. @ ./node_modules/gaxios/build/src/gaxios.js 58:26-54
  617. @ ./node_modules/gaxios/build/src/index.js 16:17-36
  618. @ ./node_modules/googleapis-common/build/src/index.js 27:15-32
  619. @ ./node_modules/googleapis/build/src/index.js 30:0-45
  620. @ ./src/services/drive.js 1:0-45 8:21-39 48:16-28
  621. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Labels.vue?vue&type=script&lang=js 2:0-37 19:30-46 26:30-46 31:14-32 35:14-32 45:14-32
  622. @ ./src/components/Labels.vue?vue&type=script&lang=js 1:0-128 1:0-128 1:129-246 1:129-246
  623. @ ./src/components/Labels.vue 2:0-57 3:0-52 3:0-52 8:49-55
  624. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=script&lang=js 2:2-47 7:6-12
  625. @ ./src/App.vue?vue&type=script&lang=js 1:0-122 1:0-122 1:123-234 1:123-234
  626. @ ./src/App.vue 2:0-54 3:0-49 3:0-49 8:49-55
  627. @ ./src/main.js 2:0-27 6:10-13
  628.  
  629. ERROR in ./node_modules/https-proxy-agent/dist/agent.js 16:30-44
  630. Module not found: Error: Can't resolve 'tls' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/https-proxy-agent/dist'
  631. @ ./node_modules/https-proxy-agent/dist/index.js 5:32-50
  632. @ ./node_modules/gaxios/build/src/gaxios.js 58:26-54
  633. @ ./node_modules/gaxios/build/src/index.js 16:17-36
  634. @ ./node_modules/googleapis-common/build/src/index.js 27:15-32
  635. @ ./node_modules/googleapis/build/src/index.js 30:0-45
  636. @ ./src/services/drive.js 1:0-45 8:21-39 48:16-28
  637. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Labels.vue?vue&type=script&lang=js 2:0-37 19:30-46 26:30-46 31:14-32 35:14-32 45:14-32
  638. @ ./src/components/Labels.vue?vue&type=script&lang=js 1:0-128 1:0-128 1:129-246 1:129-246
  639. @ ./src/components/Labels.vue 2:0-57 3:0-52 3:0-52 8:49-55
  640. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=script&lang=js 2:2-47 7:6-12
  641. @ ./src/App.vue?vue&type=script&lang=js 1:0-122 1:0-122 1:123-234 1:123-234
  642. @ ./src/App.vue 2:0-54 3:0-49 3:0-49 8:49-55
  643. @ ./src/main.js 2:0-27 6:10-13
  644.  
  645. ERROR in ./node_modules/jwa/index.js 3:13-30
  646. Module not found: Error: Can't resolve 'crypto' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/jwa'
  647.  
  648. BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
  649. This is no longer the case. Verify if you need this module and configure a polyfill for it.
  650.  
  651. If you want to include a polyfill, you need to:
  652. - add a fallback 'resolve.fallback: { "crypto": require.resolve("crypto-browserify") }'
  653. - install 'crypto-browserify'
  654. If you don't want to include a polyfill, you can use an empty module like this:
  655. resolve.fallback: { "crypto": false }
  656. @ ./node_modules/jws/lib/sign-stream.js 4:10-24
  657. @ ./node_modules/jws/index.js 2:17-45
  658. @ ./node_modules/google-auth-library/build/src/auth/jwtaccess.js 17:12-26
  659. @ ./node_modules/google-auth-library/build/src/index.js 29:18-45
  660. @ ./node_modules/googleapis/build/src/index.js 31:0-45
  661. @ ./src/services/drive.js 1:0-45 8:21-39 48:16-28
  662. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Labels.vue?vue&type=script&lang=js 2:0-37 19:30-46 26:30-46 31:14-32 35:14-32 45:14-32
  663. @ ./src/components/Labels.vue?vue&type=script&lang=js 1:0-128 1:0-128 1:129-246 1:129-246
  664. @ ./src/components/Labels.vue 2:0-57 3:0-52 3:0-52 8:49-55
  665. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=script&lang=js 2:2-47 7:6-12
  666. @ ./src/App.vue?vue&type=script&lang=js 1:0-122 1:0-122 1:123-234 1:123-234
  667. @ ./src/App.vue 2:0-54 3:0-49 3:0-49 8:49-55
  668. @ ./src/main.js 2:0-27 6:10-13
  669.  
  670. ERROR in ./node_modules/jws/lib/data-stream.js 3:13-30
  671. Module not found: Error: Can't resolve 'stream' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/jws/lib'
  672.  
  673. BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
  674. This is no longer the case. Verify if you need this module and configure a polyfill for it.
  675.  
  676. If you want to include a polyfill, you need to:
  677. - add a fallback 'resolve.fallback: { "stream": require.resolve("stream-browserify") }'
  678. - install 'stream-browserify'
  679. If you don't want to include a polyfill, you can use an empty module like this:
  680. resolve.fallback: { "stream": false }
  681. @ ./node_modules/jws/lib/sign-stream.js 3:17-41
  682. @ ./node_modules/jws/index.js 2:17-45
  683. @ ./node_modules/google-auth-library/build/src/auth/jwtaccess.js 17:12-26
  684. @ ./node_modules/google-auth-library/build/src/index.js 29:18-45
  685. @ ./node_modules/googleapis/build/src/index.js 31:0-45
  686. @ ./src/services/drive.js 1:0-45 8:21-39 48:16-28
  687. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Labels.vue?vue&type=script&lang=js 2:0-37 19:30-46 26:30-46 31:14-32 35:14-32 45:14-32
  688. @ ./src/components/Labels.vue?vue&type=script&lang=js 1:0-128 1:0-128 1:129-246 1:129-246
  689. @ ./src/components/Labels.vue 2:0-57 3:0-52 3:0-52 8:49-55
  690. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=script&lang=js 2:2-47 7:6-12
  691. @ ./src/App.vue?vue&type=script&lang=js 1:0-122 1:0-122 1:123-234 1:123-234
  692. @ ./src/App.vue 2:0-54 3:0-49 3:0-49 8:49-55
  693. @ ./src/main.js 2:0-27 6:10-13
  694.  
  695. ERROR in ./node_modules/jws/lib/sign-stream.js 5:13-30
  696. Module not found: Error: Can't resolve 'stream' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/jws/lib'
  697.  
  698. BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
  699. This is no longer the case. Verify if you need this module and configure a polyfill for it.
  700.  
  701. If you want to include a polyfill, you need to:
  702. - add a fallback 'resolve.fallback: { "stream": require.resolve("stream-browserify") }'
  703. - install 'stream-browserify'
  704. If you don't want to include a polyfill, you can use an empty module like this:
  705. resolve.fallback: { "stream": false }
  706. @ ./node_modules/jws/index.js 2:17-45
  707. @ ./node_modules/google-auth-library/build/src/auth/jwtaccess.js 17:12-26
  708. @ ./node_modules/google-auth-library/build/src/index.js 29:18-45
  709. @ ./node_modules/googleapis/build/src/index.js 31:0-45
  710. @ ./src/services/drive.js 1:0-45 8:21-39 48:16-28
  711. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Labels.vue?vue&type=script&lang=js 2:0-37 19:30-46 26:30-46 31:14-32 35:14-32 45:14-32
  712. @ ./src/components/Labels.vue?vue&type=script&lang=js 1:0-128 1:0-128 1:129-246 1:129-246
  713. @ ./src/components/Labels.vue 2:0-57 3:0-52 3:0-52 8:49-55
  714. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=script&lang=js 2:2-47 7:6-12
  715. @ ./src/App.vue?vue&type=script&lang=js 1:0-122 1:0-122 1:123-234 1:123-234
  716. @ ./src/App.vue 2:0-54 3:0-49 3:0-49 8:49-55
  717. @ ./src/main.js 2:0-27 6:10-13
  718.  
  719. ERROR in ./node_modules/jws/lib/verify-stream.js 5:13-30
  720. Module not found: Error: Can't resolve 'stream' in '/Users/MacDM/Desktop/App/imagecapture/App-ic/node_modules/jws/lib'
  721.  
  722. BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
  723. This is no longer the case. Verify if you need this module and configure a polyfill for it.
  724.  
  725. If you want to include a polyfill, you need to:
  726. - add a fallback 'resolve.fallback: { "stream": require.resolve("stream-browserify") }'
  727. - install 'stream-browserify'
  728. If you don't want to include a polyfill, you can use an empty module like this:
  729. resolve.fallback: { "stream": false }
  730. @ ./node_modules/jws/index.js 3:19-49
  731. @ ./node_modules/google-auth-library/build/src/auth/jwtaccess.js 17:12-26
  732. @ ./node_modules/google-auth-library/build/src/index.js 29:18-45
  733. @ ./node_modules/googleapis/build/src/index.js 31:0-45
  734. @ ./src/services/drive.js 1:0-45 8:21-39 48:16-28
  735. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Labels.vue?vue&type=script&lang=js 2:0-37 19:30-46 26:30-46 31:14-32 35:14-32 45:14-32
  736. @ ./src/components/Labels.vue?vue&type=script&lang=js 1:0-128 1:0-128 1:129-246 1:129-246
  737. @ ./src/components/Labels.vue 2:0-57 3:0-52 3:0-52 8:49-55
  738. @ ./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=script&lang=js 2:2-47 7:6-12
  739. @ ./src/App.vue?vue&type=script&lang=js 1:0-122 1:0-122 1:123-234 1:123-234
  740. @ ./src/App.vue 2:0-54 3:0-49 3:0-49 8:49-55
  741. @ ./src/main.js 2:0-27 6:10-13
  742.  
  743. webpack compiled with 28 errors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement