Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- vietdinh@Viets-MacBook-Air app % npm i
- up to date, audited 1121 packages in 981ms
- 74 packages are looking for funding
- run `npm fund` for details
- found 0 vulnerabilities
- vietdinh@Viets-MacBook-Air app % npm run build
- > [email protected] build
- > vite build
- vite v3.0.4 building for production...
- ✓ 514 modules transformed.
- .svelte-kit/output/client/manifest.json 2.65 KiB
- .svelte-kit/output/client/_app/immutable/pages/__layout.svelte-20a38339.js 0.54 KiB / gzip: 0.35 KiB
- .svelte-kit/output/client/_app/immutable/error.svelte-dcc5cc60.js 1.56 KiB / gzip: 0.74 KiB
- .svelte-kit/output/client/_app/immutable/chunks/preload-helper-f065b6a8.js 1.11 KiB / gzip: 0.65 KiB
- .svelte-kit/output/client/_app/immutable/chunks/singletons-eca981c1.js 0.05 KiB / gzip: 0.07 KiB
- .svelte-kit/output/client/_app/immutable/chunks/index-2ebded6d.js 8.37 KiB / gzip: 3.33 KiB
- .svelte-kit/output/client/_app/immutable/start-8943af82.js 23.84 KiB / gzip: 8.84 KiB
- .svelte-kit/output/client/_app/immutable/assets/__layout-11cc8236.css 0.14 KiB / gzip: 0.11 KiB
- .svelte-kit/output/client/_app/immutable/assets/index-22d642b4.css 3.49 KiB / gzip: 1.18 KiB
- .svelte-kit/output/client/_app/immutable/chunks/index.esm-44514a95.js 37.87 KiB / gzip: 8.77 KiB
- .svelte-kit/output/client/_app/immutable/pages/index.svelte-2fc59402.js 119.97 KiB / gzip: 36.78 KiB
- .svelte-kit/output/client/_app/immutable/pages/auth/index.svelte-1a75b1cd.js 225.16 KiB / gzip: 54.21 KiB
- vite v3.0.4 building SSR bundle for production...
- transforming (1) .svelte-kit/runtime/components/error.svelte.svelte-kit/output/client/_app/immutable/chunks/index.browser.esm-8f2d756a.js 421.54 KiB / gzip: 132.23 KiB
- ✓ 315 modules transformed.
- .svelte-kit/output/server/manifest.json 2.21 KiB
- .svelte-kit/output/server/index.js 77.78 KiB
- .svelte-kit/output/server/entries/endpoints/api/me.ts.js 1.41 KiB
- .svelte-kit/output/server/entries/pages/__layout.svelte.js 0.51 KiB
- .svelte-kit/output/server/entries/fallbacks/error.svelte.js 0.74 KiB
- .svelte-kit/output/server/entries/pages/auth/index.svelte.js 41.28 KiB
- .svelte-kit/output/server/entries/pages/index.svelte.js 0.75 KiB
- .svelte-kit/output/server/entries/matchers/int.js 0.07 KiB
- .svelte-kit/output/server/entries/matchers/number.js 0.08 KiB
- .svelte-kit/output/server/entries/matchers/sol.js 0.18 KiB
- .svelte-kit/output/server/_app/immutable/chunks/index-185560b9.js 7.31 KiB
- .svelte-kit/output/server/_app/immutable/chunks/bootstrap-137a9c7c.js 0.50 KiB
- .svelte-kit/output/server/_app/immutable/chunks/route-d36cf9b8.js 0.27 KiB
- .svelte-kit/output/server/_app/immutable/chunks/hooks-1f152c9d.js 1.45 KiB
- 1 GET -> / ?
- 1 GET <- / ? 204
- 2 GET -> /auth ?
- 2 GET <- /auth ? 204
- 3 GET -> /[fallback] ?
- 3 GET <- /[fallback] ? 200
- Run npm run preview to preview your production build locally.
- > Using @sveltejs/adapter-cloudflare
- ✘ [ERROR] Could not resolve "stream"
- node_modules/@google-cloud/firestore/build/src/index.js:19:25:
- 19 │ const stream_1 = require("stream");
- ╵ ~~~~~~~~
- The package "stream" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "url"
- node_modules/@google-cloud/firestore/build/src/index.js:20:22:
- 20 │ const url_1 = require("url");
- ╵ ~~~~~
- The package "url" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "url"
- node_modules/firebase-admin/lib/utils/validator.js:21:20:
- 21 │ const url = require("url");
- ╵ ~~~~~
- The package "url" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "fs"
- node_modules/firebase-admin/lib/app/credential-internal.js:21:19:
- 21 │ const fs = require("fs");
- ╵ ~~~~
- The package "fs" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "os"
- node_modules/firebase-admin/lib/app/credential-internal.js:22:19:
- 22 │ const os = require("os");
- ╵ ~~~~
- The package "os" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "path"
- node_modules/firebase-admin/lib/app/credential-internal.js:23:21:
- 23 │ const path = require("path");
- ╵ ~~~~~~
- The package "path" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "assert"
- node_modules/@google-cloud/firestore/build/src/bulk-writer.js:4:23:
- 4 │ const assert = require("assert");
- ╵ ~~~~~~~~
- The package "assert" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "http"
- node_modules/firebase-admin/lib/utils/api-request.js:23:21:
- 23 │ const http = require("http");
- ╵ ~~~~~~
- The package "http" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "https"
- node_modules/firebase-admin/lib/utils/api-request.js:24:22:
- 24 │ const https = require("https");
- ╵ ~~~~~~~
- The package "https" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "url"
- node_modules/firebase-admin/lib/utils/api-request.js:25:20:
- 25 │ const url = require("url");
- ╵ ~~~~~
- The package "url" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "events"
- node_modules/firebase-admin/lib/utils/api-request.js:26:25:
- 26 │ const events_1 = require("events");
- ╵ ~~~~~~~~
- The package "events" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "zlib"
- node_modules/firebase-admin/lib/utils/api-request.js:413:33:
- 413 │ ... const zlib = require('zlib'); // eslint-disable-line @t...
- ╵ ~~~~~~
- The package "zlib" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "stream"
- node_modules/@fastify/busboy/lib/main.js:1:31:
- 1 │ const WritableStream = require('stream').Writable
- ╵ ~~~~~~~~
- The package "stream" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/@fastify/busboy/lib/main.js:2:29:
- 2 │ const { inherits } = require('util')
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "stream"
- node_modules/@google-cloud/firestore/build/src/reference.js:19:25:
- 19 │ const stream_1 = require("stream");
- ╵ ~~~~~~~~
- The package "stream" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "stream"
- node_modules/@fastify/busboy/deps/dicer/lib/Dicer.js:1:31:
- 1 │ const WritableStream = require('stream').Writable
- ╵ ~~~~~~~~
- The package "stream" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/@fastify/busboy/deps/dicer/lib/Dicer.js:2:25:
- 2 │ const inherits = require('util').inherits
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "events"
- node_modules/@fastify/busboy/deps/dicer/lib/HeaderParser.js:1:29:
- 1 │ const EventEmitter = require('events').EventEmitter
- ╵ ~~~~~~~~
- The package "events" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/@fastify/busboy/deps/dicer/lib/HeaderParser.js:2:25:
- 2 │ const inherits = require('util').inherits
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "url"
- node_modules/@google-cloud/firestore/build/src/validate.js:19:22:
- 19 │ const url_1 = require("url");
- ╵ ~~~~~
- The package "url" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "stream"
- node_modules/@fastify/busboy/lib/types/multipart.js:8:31:
- 8 │ const ReadableStream = require('stream').Readable
- ╵ ~~~~~~~~
- The package "stream" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/@fastify/busboy/lib/types/multipart.js:9:25:
- 9 │ const inherits = require('util').inherits
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "crypto"
- node_modules/@google-cloud/firestore/build/src/util.js:19:25:
- 19 │ const crypto_1 = require("crypto");
- ╵ ~~~~~~~~
- The package "crypto" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "fs"
- node_modules/firebase-admin/lib/app/lifecycle.js:21:19:
- 21 │ const fs = require("fs");
- ╵ ~~~~
- The package "fs" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/@google-cloud/firestore/build/src/logger.js:19:21:
- 19 │ const util = require("util");
- │ ~~~~~~
- ╵ "./util"
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/@fastify/busboy/lib/utils.js:1:32:
- 1 │ const { TextDecoder } = require('util')
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "assert"
- node_modules/@google-cloud/firestore/build/src/watch.js:19:23:
- 19 │ const assert = require("assert");
- ╵ ~~~~~~~~
- The package "assert" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "assert"
- node_modules/@google-cloud/firestore/build/src/recursive-delete.js:4:23:
- 4 │ const assert = require("assert");
- ╵ ~~~~~~~~
- The package "assert" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "crypto"
- node_modules/firebase-admin/lib/utils/crypto-signer.js:49:31:
- 49 │ const crypto = require('crypto'); // eslint-disable-line @...
- ╵ ~~~~~~~~
- The package "crypto" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/@fastify/busboy/deps/dicer/lib/PartStream.js:1:25:
- 1 │ const inherits = require('util').inherits
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "assert"
- node_modules/@google-cloud/firestore/build/src/pool.js:19:23:
- 19 │ const assert = require("assert");
- ╵ ~~~~~~~~
- The package "assert" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "events"
- node_modules/@fastify/busboy/deps/streamsearch/sbmh.js:27:29:
- 27 │ const EventEmitter = require('events').EventEmitter
- ╵ ~~~~~~~~
- The package "events" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "assert"
- node_modules/@google-cloud/firestore/build/src/rate-limiter.js:19:23:
- 19 │ const assert = require("assert");
- ╵ ~~~~~~~~
- The package "assert" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "stream"
- node_modules/jsonwebtoken/node_modules/jws/lib/verify-stream.js:5:21:
- 5 │ var Stream = require('stream');
- ╵ ~~~~~~~~
- The package "stream" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/jsonwebtoken/node_modules/jws/lib/verify-stream.js:7:19:
- 7 │ var util = require('util');
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "stream"
- node_modules/@fastify/busboy/deps/dicer/lib/PartStream.js:2:31:
- 2 │ const ReadableStream = require('stream').Readable
- ╵ ~~~~~~~~
- The package "stream" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "assert"
- node_modules/@google-cloud/firestore/build/src/document.js:20:23:
- 20 │ const assert = require("assert");
- ╵ ~~~~~~~~
- The package "assert" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/@fastify/busboy/deps/streamsearch/sbmh.js:28:25:
- 28 │ const inherits = require('util').inherits
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "crypto"
- node_modules/jsonwebtoken/node_modules/jwa/index.js:3:21:
- 3 │ var crypto = require('crypto');
- ╵ ~~~~~~~~
- The package "crypto" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/jsonwebtoken/node_modules/jwa/index.js:5:19:
- 5 │ var util = require('util');
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "stream"
- node_modules/jsonwebtoken/node_modules/jws/lib/data-stream.js:3:21:
- 3 │ var Stream = require('stream');
- ╵ ~~~~~~~~
- The package "stream" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "stream"
- node_modules/jsonwebtoken/node_modules/jws/lib/sign-stream.js:5:21:
- 5 │ var Stream = require('stream');
- ╵ ~~~~~~~~
- The package "stream" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/jsonwebtoken/node_modules/jws/lib/sign-stream.js:7:19:
- 7 │ var util = require('util');
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "querystring"
- node_modules/google-gax/build/src/routingHeader.js:19:28:
- 19 │ const querystring = require("querystring");
- ╵ ~~~~~~~~~~~~~
- The package "querystring" wasn't found on the file system but is built into
- node. Are you trying to bundle for node? You can use "platform: 'node'" to do
- that, which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/jsonwebtoken/node_modules/jws/lib/data-stream.js:4:19:
- 4 │ var util = require('util');
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/google-gax/build/src/fallbackRest.js:30:29:
- 30 │ const util = require('util');
- │ ~~~~~~
- ╵ "./util"
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "stream"
- node_modules/google-gax/build/src/fallbackServiceStub.js:25:25:
- 25 │ const stream_1 = require("stream");
- ╵ ~~~~~~~~
- The package "stream" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "stream"
- node_modules/google-gax/node_modules/retry-request/index.js:3:30:
- 3 │ var { PassThrough } = require('stream');
- ╵ ~~~~~~~~
- The package "stream" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "stream"
- node_modules/google-gax/build/src/streamArrayParser.js:20:25:
- 20 │ const stream_1 = require("stream");
- ╵ ~~~~~~~~
- The package "stream" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "stream"
- node_modules/google-gax/build/src/paginationCalls/pageDescriptor.js:20:25:
- 20 │ const stream_1 = require("stream");
- ╵ ~~~~~~~~
- The package "stream" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "fs"
- node_modules/google-gax/node_modules/google-auth-library/build/src/auth/identitypoolclient.js:18:19:
- 18 │ const fs = require("fs");
- ╵ ~~~~
- The package "fs" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/google-gax/node_modules/google-auth-library/build/src/auth/identitypoolclient.js:19:23:
- 19 │ const util_1 = require("util");
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "zlib"
- node_modules/jose/lib/jwe/decrypt.js:1:35:
- 1 │ const { inflateRawSync } = require('zlib')
- ╵ ~~~~~~
- The package "zlib" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "zlib"
- node_modules/jose/lib/jwe/encrypt.js:1:35:
- 1 │ const { deflateRawSync } = require('zlib')
- ╵ ~~~~~~
- The package "zlib" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "events"
- node_modules/google-gax/node_modules/google-auth-library/build/src/auth/authclient.js:17:25:
- 17 │ const events_1 = require("events");
- ╵ ~~~~~~~~
- The package "events" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "querystring"
- node_modules/google-gax/node_modules/google-auth-library/build/src/auth/oauth2client.js:17:28:
- 17 │ const querystring = require("querystring");
- ╵ ~~~~~~~~~~~~~
- The package "querystring" wasn't found on the file system but is built into
- node. Are you trying to bundle for node? You can use "platform: 'node'" to do
- that, which will remove this error.
- ✘ [ERROR] Could not resolve "stream"
- node_modules/google-gax/node_modules/google-auth-library/build/src/auth/oauth2client.js:18:23:
- 18 │ const stream = require("stream");
- ╵ ~~~~~~~~
- The package "stream" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "stream"
- node_modules/google-gax/node_modules/google-auth-library/build/src/auth/downscopedclient.js:17:23:
- 17 │ const stream = require("stream");
- ╵ ~~~~~~~~
- The package "stream" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "crypto"
- node_modules/jose/lib/help/generate_iv.js:1:32:
- 1 │ const { randomBytes } = require('crypto')
- ╵ ~~~~~~~~
- The package "crypto" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "querystring"
- node_modules/google-gax/node_modules/google-auth-library/build/src/auth/stscredentials.js:17:28:
- 17 │ const querystring = require("querystring");
- ╵ ~~~~~~~~~~~~~
- The package "querystring" wasn't found on the file system but is built into
- node. Are you trying to bundle for node? You can use "platform: 'node'" to do
- that, which will remove this error.
- ✘ [ERROR] Could not resolve "crypto"
- node_modules/google-gax/node_modules/google-auth-library/build/src/crypto/node/crypto.js:17:23:
- 17 │ const crypto = require("crypto");
- │ ~~~~~~~~
- ╵ "./crypto"
- The package "crypto" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "crypto"
- node_modules/jose/lib/help/key_object.js:10:79:
- 10 │ ...reatePrivateKey, createSecretKey, KeyObject } = require('crypto'))
- ╵ ~~~~~~~~
- The package "crypto" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "assert"
- node_modules/jose/lib/jwk/key/base.js:1:35:
- 1 │ const { strict: assert } = require('assert')
- ╵ ~~~~~~~~
- The package "assert" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/jose/lib/jwk/key/base.js:2:28:
- 2 │ const { inspect } = require('util')
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "os"
- node_modules/jose/lib/help/key_object.js:13:26:
- 13 │ const { EOL } = require('os')
- ╵ ~~~~
- The package "os" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "os"
- node_modules/jose/lib/jwk/key/base.js:3:24:
- 3 │ const { EOL } = require('os')
- ╵ ~~~~
- The package "os" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "crypto"
- node_modules/jose/lib/help/runtime_support.js:1:59:
- 1 │ const { diffieHellman, KeyObject, sign, verify } = require('crypto')
- ╵ ~~~~~~~~
- The package "crypto" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "crypto"
- node_modules/jose/lib/jwk/thumbprint.js:1:31:
- 1 │ const { createHash } = require('crypto')
- ╵ ~~~~~~~~
- The package "crypto" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "os"
- node_modules/jose/lib/jws/verify.js:1:24:
- 1 │ const { EOL } = require('os')
- ╵ ~~~~
- The package "os" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "stream"
- node_modules/google-gax/node_modules/google-auth-library/build/src/auth/baseexternalclient.js:17:23:
- 17 │ const stream = require("stream");
- ╵ ~~~~~~~~
- The package "stream" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/jose/lib/jwks/keystore.js:1:28:
- 1 │ const { inspect } = require('util')
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "crypto"
- node_modules/jose/lib/jwe/generate_cek.js:1:32:
- 1 │ const { randomBytes } = require('crypto')
- ╵ ~~~~~~~~
- The package "crypto" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "child_process"
- node_modules/google-gax/node_modules/google-auth-library/build/src/auth/googleauth.js:17:32:
- 17 │ const child_process_1 = require("child_process");
- ╵ ~~~~~~~~~~~~~~~
- The package "child_process" wasn't found on the file system but is built into
- node. Are you trying to bundle for node? You can use "platform: 'node'" to do
- that, which will remove this error.
- ✘ [ERROR] Could not resolve "os"
- node_modules/jose/lib/help/key_utils.js:1:24:
- 1 │ const { EOL } = require('os')
- ╵ ~~~~
- The package "os" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "https"
- node_modules/google-gax/node_modules/gaxios/build/src/gaxios.js:20:24:
- 20 │ const https_1 = require("https");
- ╵ ~~~~~~~
- The package "https" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "querystring"
- node_modules/google-gax/node_modules/gaxios/build/src/gaxios.js:22:46:
- 22 │ const querystring_1 = __importDefault(require("querystring"));
- ╵ ~~~~~~~~~~~~~
- The package "querystring" wasn't found on the file system but is built into
- node. Are you trying to bundle for node? You can use "platform: 'node'" to do
- that, which will remove this error.
- ✘ [ERROR] Could not resolve "url"
- node_modules/google-gax/node_modules/gaxios/build/src/gaxios.js:24:22:
- 24 │ const url_1 = require("url");
- ╵ ~~~~~
- The package "url" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "querystring"
- node_modules/google-gax/node_modules/google-auth-library/build/src/auth/oauth2common.js:17:28:
- 17 │ const querystring = require("querystring");
- ╵ ~~~~~~~~~~~~~
- The package "querystring" wasn't found on the file system but is built into
- node. Are you trying to bundle for node? You can use "platform: 'node'" to do
- that, which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/jose/lib/jwk/key/embedded.jwk.js:1:28:
- 1 │ const { inspect } = require('util')
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/jose/lib/jwk/key/embedded.x5c.js:1:28:
- 1 │ const { inspect } = require('util')
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "crypto"
- node_modules/jose/lib/jwk/key/rsa.js:1:64:
- 1 │ ...{ generateKeyPairSync, generateKeyPair: async } = require('crypto')
- ╵ ~~~~~~~~
- The package "crypto" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/jose/lib/jwk/key/rsa.js:2:30:
- 2 │ const { promisify } = require('util')
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "crypto"
- node_modules/jose/lib/jwk/key/oct.js:1:32:
- 1 │ const { randomBytes } = require('crypto')
- ╵ ~~~~~~~~
- The package "crypto" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "net"
- node_modules/https-proxy-agent/dist/agent.js:15:38:
- 15 │ const net_1 = __importDefault(require("net"));
- ╵ ~~~~~
- The package "net" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "events"
- node_modules/readable-stream/lib/internal/streams/stream-browser.js:1:25:
- 1 │ module.exports = require('events').EventEmitter;
- ╵ ~~~~~~~~
- The package "events" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "crypto"
- node_modules/jose/lib/jwk/key/ec.js:1:64:
- 1 │ ...{ generateKeyPairSync, generateKeyPair: async } = require('crypto')
- ╵ ~~~~~~~~
- The package "crypto" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/jose/lib/jwk/key/ec.js:2:30:
- 2 │ const { promisify } = require('util')
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "tls"
- node_modules/https-proxy-agent/dist/agent.js:16:38:
- 16 │ const tls_1 = __importDefault(require("tls"));
- ╵ ~~~~~
- The package "tls" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "url"
- node_modules/https-proxy-agent/dist/agent.js:17:38:
- 17 │ const url_1 = __importDefault(require("url"));
- ╵ ~~~~~
- The package "url" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "assert"
- node_modules/https-proxy-agent/dist/agent.js:18:41:
- 18 │ const assert_1 = __importDefault(require("assert"));
- ╵ ~~~~~~~~
- The package "assert" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "crypto"
- node_modules/jose/lib/jwk/key/okp.js:1:64:
- 1 │ ...{ generateKeyPairSync, generateKeyPair: async } = require('crypto')
- ╵ ~~~~~~~~
- The package "crypto" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "fs"
- node_modules/google-gax/node_modules/gtoken/build/src/index.js:10:19:
- 10 │ const fs = require("fs");
- ╵ ~~~~
- The package "fs" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/jose/lib/jwk/key/okp.js:2:30:
- 2 │ const { promisify } = require('util')
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "path"
- node_modules/google-gax/node_modules/gtoken/build/src/index.js:13:21:
- 13 │ const path = require("path");
- ╵ ~~~~~~
- The package "path" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/jose/lib/jwk/key/none.js:1:28:
- 1 │ const { inspect } = require('util')
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "stream"
- node_modules/jws/lib/verify-stream.js:5:21:
- 5 │ var Stream = require('stream');
- ╵ ~~~~~~~~
- The package "stream" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "events"
- node_modules/google-gax/build/src/longRunningCalls/longrunning.js:19:25:
- 19 │ const events_1 = require("events");
- ╵ ~~~~~~~~
- The package "events" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "fs"
- node_modules/google-gax/node_modules/google-auth-library/build/src/auth/googleauth.js:18:19:
- 18 │ const fs = require("fs");
- ╵ ~~~~
- The package "fs" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "stream"
- node_modules/jws/lib/sign-stream.js:5:21:
- 5 │ var Stream = require('stream');
- ╵ ~~~~~~~~
- The package "stream" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/jws/lib/sign-stream.js:7:19:
- 7 │ var util = require('util');
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "crypto"
- node_modules/jose/lib/help/rsa_primes.js:1:32:
- 1 │ const { randomBytes } = require('crypto')
- ╵ ~~~~~~~~
- The package "crypto" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "crypto"
- node_modules/jose/lib/jwa/hmac.js:1:31:
- 1 │ const { createHmac } = require('crypto')
- ╵ ~~~~~~~~
- The package "crypto" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "crypto"
- node_modules/jose/lib/jwa/aes_kw.js:1:65:
- 1 │ ... createCipheriv, createDecipheriv, getCiphers } = require('crypto')
- ╵ ~~~~~~~~
- The package "crypto" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "crypto"
- node_modules/jose/lib/jwa/pbes2.js:1:52:
- 1 │ const { pbkdf2Sync: pbkdf2, randomBytes } = require('crypto')
- ╵ ~~~~~~~~
- The package "crypto" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "events"
- node_modules/readable-stream/lib/_stream_readable.js:32:17:
- 32 │ var EE = require('events').EventEmitter;
- ╵ ~~~~~~~~
- The package "events" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "crypto"
- node_modules/jose/lib/jwa/aes_gcm.js:1:65:
- 1 │ ... createCipheriv, createDecipheriv, getCiphers } = require('crypto')
- ╵ ~~~~~~~~
- The package "crypto" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/@panva/asn1.js/lib/asn1/api.js:1:29:
- 1 │ const { inherits } = require('util')
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "crypto"
- node_modules/jose/lib/help/timing_safe_equal.js:1:41:
- 1 │ const { timingSafeEqual: TSE } = require('crypto')
- ╵ ~~~~~~~~
- The package "crypto" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "stream"
- node_modules/jws/lib/data-stream.js:3:21:
- 3 │ var Stream = require('stream');
- ╵ ~~~~~~~~
- The package "stream" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/@panva/asn1.js/lib/asn1/decoders/der.js:2:29:
- 2 │ const { inherits } = require('util')
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "crypto"
- node_modules/jwa/index.js:3:21:
- 3 │ var crypto = require('crypto');
- ╵ ~~~~~~~~
- The package "crypto" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/jws/lib/data-stream.js:4:19:
- 4 │ var util = require('util');
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/google-gax/node_modules/gtoken/build/src/index.js:14:23:
- 14 │ const util_1 = require("util");
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/jwks-rsa/src/wrappers/callbackSupport.js:1:32:
- 1 │ const { callbackify } = require('util');
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "crypto"
- node_modules/jose/lib/jwa/rsassa_pss.js:5:12:
- 5 │ } = require('crypto')
- ╵ ~~~~~~~~
- The package "crypto" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "fs"
- node_modules/google-gax/node_modules/google-p12-pem/build/src/index.js:10:19:
- 10 │ const fs = require("fs");
- ╵ ~~~~
- The package "fs" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "crypto"
- node_modules/jose/lib/jwa/rsaes.js:1:61:
- 1 │ const { publicEncrypt, privateDecrypt, constants } = require('crypto')
- ╵ ~~~~~~~~
- The package "crypto" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "crypto"
- node_modules/jose/lib/jwa/eddsa.js:1:61:
- 1 │ const { sign: signOneShot, verify: verifyOneShot } = require('crypto')
- ╵ ~~~~~~~~
- The package "crypto" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/google-gax/node_modules/google-p12-pem/build/src/index.js:12:23:
- 12 │ const util_1 = require("util");
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/@panva/asn1.js/lib/asn1/encoders/pem.js:1:29:
- 1 │ const { inherits } = require('util')
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/@panva/asn1.js/lib/asn1/encoders/der.js:2:29:
- 2 │ const { inherits } = require('util')
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/jwa/index.js:5:19:
- 5 │ var util = require('util');
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/@panva/asn1.js/lib/asn1/base/reporter.js:1:29:
- 1 │ const { inherits } = require('util')
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/jwks-rsa/src/wrappers/cache.js:3:43:
- 3 │ const { promisify, callbackify } = require('util');
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "http"
- node_modules/jwks-rsa/src/wrappers/request.js:1:21:
- 1 │ const http = require('http');
- ╵ ~~~~~~
- The package "http" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "https"
- node_modules/jwks-rsa/src/wrappers/request.js:2:22:
- 2 │ const https = require('https');
- ╵ ~~~~~~~
- The package "https" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/@panva/asn1.js/lib/asn1/base/buffer.js:1:29:
- 1 │ const { inherits } = require('util')
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/jws/lib/verify-stream.js:7:19:
- 7 │ var util = require('util');
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "os"
- node_modules/google-gax/node_modules/google-auth-library/build/src/auth/googleauth.js:20:19:
- 20 │ const os = require("os");
- ╵ ~~~~
- The package "os" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "assert"
- node_modules/@panva/asn1.js/lib/asn1/base/node.js:1:35:
- 1 │ const { strict: assert } = require('assert')
- ╵ ~~~~~~~~
- The package "assert" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "events"
- node_modules/agent-base/dist/src/index.js:5:25:
- 5 │ const events_1 = require("events");
- ╵ ~~~~~~~~
- The package "events" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "crypto"
- node_modules/jose/lib/jwa/rsassa.js:1:45:
- 1 │ const { createSign, createVerify } = require('crypto')
- ╵ ~~~~~~~~
- The package "crypto" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "crypto"
- node_modules/jose/lib/jwa/ecdsa.js:1:98:
- 1 │ ...yOneShot, createSign, createVerify, getCurves } = require('crypto')
- ╵ ~~~~~~~~
- The package "crypto" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "path"
- node_modules/google-gax/node_modules/google-auth-library/build/src/auth/googleauth.js:21:21:
- 21 │ const path = require("path");
- ╵ ~~~~~~
- The package "path" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "crypto"
- node_modules/jose/lib/jwa/aes_cbc_hmac_sha2.js:1:65:
- 1 │ ... createCipheriv, createDecipheriv, getCiphers } = require('crypto')
- ╵ ~~~~~~~~
- The package "crypto" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "crypto"
- node_modules/jose/lib/jwa/ecdh/derive.js:1:31:
- 1 │ const { createHash } = require('crypto')
- ╵ ~~~~~~~~
- The package "crypto" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "url"
- node_modules/jwks-rsa/src/wrappers/request.js:3:24:
- 3 │ const urlUtil = require('url');
- ╵ ~~~~~
- The package "url" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "crypto"
- node_modules/jose/lib/registry/ec_curves.js:1:30:
- 1 │ const { getCurves } = require('crypto')
- ╵ ~~~~~~~~
- The package "crypto" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/@panva/asn1.js/lib/asn1/decoders/pem.js:1:29:
- 1 │ const { inherits } = require('util')
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "events"
- node_modules/lru-memoizer/lib/async.js:37:23:
- 37 │ var events_1 = require("events");
- ╵ ~~~~~~~~
- The package "events" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "crypto"
- node_modules/jose/lib/jwa/ecdh/compute_secret.js:4:36:
- 4 │ const { diffieHellman } = require('crypto')
- ╵ ~~~~~~~~
- The package "crypto" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "events"
- node_modules/lru-memoizer/lib/sync.js:27:23:
- 27 │ var events_1 = require("events");
- ╵ ~~~~~~~~
- The package "events" wasn't found on the file system but is built into node.
- Are you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- ✘ [ERROR] Could not resolve "util"
- node_modules/lru-memoizer/node_modules/lru-cache/lib/lru-cache.js:6:19:
- 6 │ var util = require('util')
- ╵ ~~~~~~
- The package "util" wasn't found on the file system but is built into node. Are
- you trying to bundle for node? You can use "platform: 'node'" to do that,
- which will remove this error.
- error during build:
- Error: Build failed with 143 errors:
- node_modules/@fastify/busboy/deps/dicer/lib/Dicer.js:1:31: ERROR: Could not resolve "stream"
- node_modules/@fastify/busboy/deps/dicer/lib/Dicer.js:2:25: ERROR: Could not resolve "util"
- node_modules/@fastify/busboy/deps/dicer/lib/HeaderParser.js:1:29: ERROR: Could not resolve "events"
- node_modules/@fastify/busboy/deps/dicer/lib/HeaderParser.js:2:25: ERROR: Could not resolve "util"
- node_modules/@fastify/busboy/deps/dicer/lib/PartStream.js:1:25: ERROR: Could not resolve "util"
- ...
- at failureErrorWithLog (/Users/vietdinh/GP/app/node_modules/esbuild/lib/main.js:1624:15)
- at /Users/vietdinh/GP/app/node_modules/esbuild/lib/main.js:1266:28
- at runOnEndCallbacks (/Users/vietdinh/GP/app/node_modules/esbuild/lib/main.js:1179:65)
- at buildResponseToResult (/Users/vietdinh/GP/app/node_modules/esbuild/lib/main.js:1264:7)
- at /Users/vietdinh/GP/app/node_modules/esbuild/lib/main.js:1377:14
- at /Users/vietdinh/GP/app/node_modules/esbuild/lib/main.js:678:9
- at handleIncomingPacket (/Users/vietdinh/GP/app/node_modules/esbuild/lib/main.js:775:9)
- at Socket.readFromStdout (/Users/vietdinh/GP/app/node_modules/esbuild/lib/main.js:644:7)
- at Socket.emit (node:events:527:28)
- at addChunk (node:internal/streams/readable:315:12)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement