Guest User

Untitled

a guest
Mar 22nd, 2025
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 KB | None | 0 0
  1. ⠋ Preparing Convex functions...
  2. ✘ [ERROR] Could not resolve "node:util"
  3.  
  4. node_modules/sharp/lib/constructor.js:6:21:
  5. 6 │ const util = require('node:util');
  6. ╵ ~~~~~~~~~~~
  7.  
  8. The package "node:util" wasn't found on the file system but is built into node. Are you trying to
  9. bundle for node? You can use "platform: 'node'" to do that, which will remove this error.
  10.  
  11. ✘ [ERROR] Could not resolve "node:events"
  12.  
  13. node_modules/sharp/lib/utility.js:6:23:
  14. 6 │ const events = require('node:events');
  15. ╵ ~~~~~~~~~~~~~
  16.  
  17. The package "node:events" wasn't found on the file system but is built into node. Are you trying
  18. to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.
  19.  
  20. ✘ [ERROR] Could not resolve "node:stream"
  21.  
  22. node_modules/sharp/lib/constructor.js:7:23:
  23. 7 │ const stream = require('node:stream');
  24. ╵ ~~~~~~~~~~~~~
  25.  
  26. The package "node:stream" wasn't found on the file system but is built into node. Are you trying
  27. to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.
  28.  
  29. ✘ [ERROR] Could not resolve "node:path"
  30.  
  31. node_modules/sharp/lib/output.js:6:21:
  32. 6 │ const path = require('node:path');
  33. ╵ ~~~~~~~~~~~
  34.  
  35. The package "node:path" wasn't found on the file system but is built into node. Are you trying to
  36. bundle for node? You can use "platform: 'node'" to do that, which will remove this error.
  37.  
  38. ✘ [ERROR] Could not resolve "node:os"
  39.  
  40. node_modules/sharp/lib/utility.js:165:28:
  41. 165 │ sharp.concurrency(require('node:os').availableParallelism());
  42. ╵ ~~~~~~~~~
  43.  
  44. The package "node:os" wasn't found on the file system but is built into node. Are you trying to
  45. bundle for node? You can use "platform: 'node'" to do that, which will remove this error.
  46.  
  47. ✘ [ERROR] Could not resolve "node:child_process"
  48.  
  49. node_modules/sharp/lib/libvips.js:6:30:
  50. 6 │ const { spawnSync } = require('node:child_process');
  51. ╵ ~~~~~~~~~~~~~~~~~~~~
  52.  
  53. The package "node:child_process" wasn't found on the file system but is built into node. Are you
  54. trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this
  55. error.
  56.  
  57. ✘ [ERROR] Could not resolve "child_process"
  58.  
  59. node_modules/detect-libc/lib/detect-libc.js:6:29:
  60. 6 │ const childProcess = require('child_process');
  61. ╵ ~~~~~~~~~~~~~~~
  62.  
  63. The package "child_process" wasn't found on the file system but is built into node. Are you trying
  64. to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.
  65.  
  66. ✘ [ERROR] Could not resolve "node:crypto"
  67.  
  68. node_modules/sharp/lib/libvips.js:7:31:
  69. 7 │ const { createHash } = require('node:crypto');
  70. ╵ ~~~~~~~~~~~~~
  71.  
  72. The package "node:crypto" wasn't found on the file system but is built into node. Are you trying
  73. to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.
  74.  
  75. ✘ [ERROR] Could not resolve "fs"
  76.  
  77. node_modules/detect-libc/lib/filesystem.js:6:19:
  78. 6 │ const fs = require('fs');
  79. ╵ ~~~~
Advertisement
Add Comment
Please, Sign In to add comment