Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ⠋ Preparing Convex functions...
- ✘ [ERROR] Could not resolve "node:util"
- node_modules/sharp/lib/constructor.js:6:21:
- 6 │ const util = require('node:util');
- ╵ ~~~~~~~~~~~
- The package "node: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 "node:events"
- node_modules/sharp/lib/utility.js:6:23:
- 6 │ const events = require('node:events');
- ╵ ~~~~~~~~~~~~~
- The package "node: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 "node:stream"
- node_modules/sharp/lib/constructor.js:7:23:
- 7 │ const stream = require('node:stream');
- ╵ ~~~~~~~~~~~~~
- The package "node: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 "node:path"
- node_modules/sharp/lib/output.js:6:21:
- 6 │ const path = require('node:path');
- ╵ ~~~~~~~~~~~
- The package "node: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 "node:os"
- node_modules/sharp/lib/utility.js:165:28:
- 165 │ sharp.concurrency(require('node:os').availableParallelism());
- ╵ ~~~~~~~~~
- The package "node: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 "node:child_process"
- node_modules/sharp/lib/libvips.js:6:30:
- 6 │ const { spawnSync } = require('node:child_process');
- ╵ ~~~~~~~~~~~~~~~~~~~~
- The package "node: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 "child_process"
- node_modules/detect-libc/lib/detect-libc.js:6:29:
- 6 │ const childProcess = 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 "node:crypto"
- node_modules/sharp/lib/libvips.js:7:31:
- 7 │ const { createHash } = require('node:crypto');
- ╵ ~~~~~~~~~~~~~
- The package "node: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/detect-libc/lib/filesystem.js:6:19:
- 6 │ const fs = require('fs');
- ╵ ~~~~
Advertisement
Add Comment
Please, Sign In to add comment