You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to npm run build in /serverless/cloudflare and I get these warnings & errors:
rm -rf node_modules && npm update && npm run build
npm WARN deprecated [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject.
npm WARN deprecated [email protected]: Please use @jridgewell/sourcemap-codec instead
added 90 packages, and audited 91 packages in 3s
15 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
> [email protected] build
> wrangler deploy --dry-run --outdir dist
⛅️ wrangler 3.78.4
-------------------
✘ [ERROR] Could not resolve "fflate"
../../js/index.ts:1:31:
1 │ import { decompressSync } from "fflate";
╵ ~~~~~~~~
You can mark the path "fflate" as external to exclude it from the bundle, which will remove this error.
✘ [ERROR] Could not resolve "fflate"
../../js/v2.ts:1:31:
1 │ import { decompressSync } from "fflate";
╵ ~~~~~~~~
You can mark the path "fflate" as external to exclude it from the bundle, which will remove this error.
✘ [ERROR] Could not resolve "fflate"
../../js/index.ts:1:31:
1 │ import { decompressSync } from "fflate";
╵ ~~~~~~~~
You can mark the path "fflate" as external to exclude it from the bundle, which will remove this error.
✘ [ERROR] Could not resolve "fflate"
../../js/v2.ts:1:31:
1 │ import { decompressSync } from "fflate";
╵ ~~~~~~~~
You can mark the path "fflate" as external to exclude it from the bundle, which will remove this error.
✘ [ERROR] Build failed with 2 errors:
../../js/index.ts:1:31: ERROR: Could not resolve "fflate"
../../js/v2.ts:1:31: ERROR: Could not resolve "fflate"
🪵 Logs were written to "/Users/rene/Library/Preferences/.wrangler/logs/wrangler-2024-09-18_17-31-00_388.log"
Log output:
--- 2024-09-18T17:31:00.456Z debug
🪵 Writing logs to "/Users/rene/Library/Preferences/.wrangler/logs/wrangler-2024-09-18_17-31-00_388.log"
---
--- 2024-09-18T17:31:00.456Z debug
Failed to load .env file ".env": Error: ENOENT: no such file or directory, open '.env'
at Object.openSync (node:fs:581:18)
at Object.readFileSync (node:fs:457:35)
at tryLoadDotEnv (/Users/rene/Desktop/PMTiles/serverless/cloudflare/node_modules/wrangler/wrangler-dist/cli.js:158087:72)
at loadDotEnv (/Users/rene/Desktop/PMTiles/serverless/cloudflare/node_modules/wrangler/wrangler-dist/cli.js:158096:12)
at /Users/rene/Desktop/PMTiles/serverless/cloudflare/node_modules/wrangler/wrangler-dist/cli.js:213533:20
at /Users/rene/Desktop/PMTiles/serverless/cloudflare/node_modules/wrangler/wrangler-dist/cli.js:179284:16
at maybeAsyncResult (/Users/rene/Desktop/PMTiles/serverless/cloudflare/node_modules/wrangler/wrangler-dist/cli.js:177505:44)
at /Users/rene/Desktop/PMTiles/serverless/cloudflare/node_modules/wrangler/wrangler-dist/cli.js:179283:14
at /Users/rene/Desktop/PMTiles/serverless/cloudflare/node_modules/wrangler/wrangler-dist/cli.js:177492:22
at Array.reduce (<anonymous>) {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '.env'
}
---
--- 2024-09-18T17:31:00.461Z log
⛅️ wrangler 3.78.4
�[38;2;255;136;0m-------------------�[39m
---
--- 2024-09-18T17:31:00.462Z debug
No experimental flag store instantiated
---
--- 2024-09-18T17:31:00.462Z debug
Attempted to use flag "JSON_CONFIG_FILE" which has not been instantiated
---
--- 2024-09-18T17:31:00.498Z log
---
--- 2024-09-18T17:31:00.499Z error
�[31m✘ �[41;31m[�[41;97mERROR�[41;31m]�[0m �[1mBuild failed with 2 errors:�[0m
../../js/index.ts:1:31: ERROR: Could not resolve "fflate"
../../js/v2.ts:1:31: ERROR: Could not resolve "fflate"
---
The text was updated successfully, but these errors were encountered:
Trying to
npm run build
in/serverless/cloudflare
and I get these warnings & errors:Log output:
The text was updated successfully, but these errors were encountered: