Prisma nodejs version vs remix auth version not match #322
Closed
BakauDesign
started this conversation in
Ideas
Replies: 1 comment
-
Your repo is private so I can't check it. Also I doubt this has anything to do with Remix Auth and Prisma not working together, Remix Auth target Node v20 or greater which is the same version that React Router supports. Seems you need to update from v18 to v20. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
2025-04-04T12:01:50.508527Z Cloning repository...
2025-04-04T12:01:51.422414Z From https://github.com/BakauDesign/bakau-design-website
2025-04-04T12:01:51.422836Z * branch 0bdc2a519fc882a5c8ebc2487f39f7cd3da0d098 -> FETCH_HEAD
2025-04-04T12:01:51.422933Z
2025-04-04T12:01:51.460502Z HEAD is now at 0bdc2a5 fix: remove worker pages command (1)
2025-04-04T12:01:51.46096Z
2025-04-04T12:01:51.539824Z
2025-04-04T12:01:51.540389Z Using v2 root directory strategy
2025-04-04T12:01:51.561461Z Success: Finished cloning repository files
2025-04-04T12:01:53.171435Z Checking for configuration in a Wrangler configuration file (BETA)
2025-04-04T12:01:53.172112Z
2025-04-04T12:01:53.172955Z Found wrangler.json file. Reading build configuration...
2025-04-04T12:01:54.286994Z A wrangler.toml file was found but it does not appear to be valid. Did you mean to use wrangler.toml to configure Pages? If so, then make sure the file is valid and contains the
pages_build_output_dir
property. Skipping file and continuing.2025-04-04T12:01:54.354456Z Detected the following tools from environment: npm@9.6.7, nodejs@18.17.1
2025-04-04T12:01:54.35518Z Installing project dependencies: npm clean-install --progress=false
2025-04-04T12:01:55.902044Z npm WARN EBADENGINE Unsupported engine {
2025-04-04T12:01:55.90243Z npm WARN EBADENGINE package: undefined,
2025-04-04T12:01:55.902572Z npm WARN EBADENGINE required: { node: '>=20.0.0' },
2025-04-04T12:01:55.902683Z npm WARN EBADENGINE current: { node: 'v18.17.1', npm: '9.6.7' }
2025-04-04T12:01:55.90285Z npm WARN EBADENGINE }
2025-04-04T12:01:55.904489Z npm WARN EBADENGINE Unsupported engine {
2025-04-04T12:01:55.904666Z npm WARN EBADENGINE package: '@prisma/client@6.4.1',
2025-04-04T12:01:55.904785Z npm WARN EBADENGINE required: { node: '>=18.18' },
2025-04-04T12:01:55.905005Z npm WARN EBADENGINE current: { node: 'v18.17.1', npm: '9.6.7' }
2025-04-04T12:01:55.905133Z npm WARN EBADENGINE }
2025-04-04T12:01:55.909186Z npm WARN EBADENGINE Unsupported engine {
2025-04-04T12:01:55.90952Z npm WARN EBADENGINE package: 'prisma@6.4.1',
2025-04-04T12:01:55.909663Z npm WARN EBADENGINE required: { node: '>=18.18' },
2025-04-04T12:01:55.909772Z npm WARN EBADENGINE current: { node: 'v18.17.1', npm: '9.6.7' }
2025-04-04T12:01:55.909871Z npm WARN EBADENGINE }
2025-04-04T12:01:55.909989Z npm WARN EBADENGINE Unsupported engine {
2025-04-04T12:01:55.910097Z npm WARN EBADENGINE package: 'remix-auth@4.1.0',
2025-04-04T12:01:55.910213Z npm WARN EBADENGINE required: { node: '>=20.0.0' },
2025-04-04T12:01:55.910338Z npm WARN EBADENGINE current: { node: 'v18.17.1', npm: '9.6.7' }
2025-04-04T12:01:55.910441Z npm WARN EBADENGINE }
2025-04-04T12:01:55.910551Z npm WARN EBADENGINE Unsupported engine {
2025-04-04T12:01:55.910661Z npm WARN EBADENGINE package: 'remix-auth-form@3.0.0',
2025-04-04T12:01:55.910756Z npm WARN EBADENGINE required: { node: '>=20.0.0' },
2025-04-04T12:01:55.910846Z npm WARN EBADENGINE current: { node: 'v18.17.1', npm: '9.6.7' }
2025-04-04T12:01:55.910943Z npm WARN EBADENGINE }
2025-04-04T12:01:58.215303Z npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
2025-04-04T12:01:58.311409Z npm WARN deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
2025-04-04T12:01:58.344333Z npm WARN deprecated rollup-plugin-inject@3.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject.
2025-04-04T12:01:59.636037Z npm WARN deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
2025-04-04T12:02:01.163766Z npm WARN deprecated @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead
2025-04-04T12:02:01.189926Z npm WARN deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
2025-04-04T12:02:01.732782Z npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
2025-04-04T12:02:04.972053Z npm WARN deprecated eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.
2025-04-04T12:02:13.925766Z npm ERR! code 1
2025-04-04T12:02:13.931583Z npm ERR! path /opt/buildhome/repo/node_modules/prisma
2025-04-04T12:02:13.938101Z npm ERR! command failed
2025-04-04T12:02:13.94401Z npm ERR! command sh -c node scripts/preinstall-entry.js
2025-04-04T12:02:13.948843Z npm ERR! ┌──────────────────────────────────────────────┐
2025-04-04T12:02:13.953337Z npm ERR! │ Prisma only supports Node.js >= 18.18. │
2025-04-04T12:02:13.95903Z npm ERR! │ Please upgrade your Node.js version. │
2025-04-04T12:02:13.964236Z npm ERR! └──────────────────────────────────────────────┘
2025-04-04T12:02:13.992997Z
2025-04-04T12:02:13.998829Z npm ERR! A complete log of this run can be found in: /opt/buildhome/.npm/_logs/2025-04-04T12_01_55_046Z-debug-0.log
2025-04-04T12:02:14.01225Z Error: Exit with error code: 1
2025-04-04T12:02:14.015218Z at ChildProcess. (/snapshot/dist/run-build.js)
2025-04-04T12:02:14.016115Z at Object.onceWrapper (node:events:652:26)
2025-04-04T12:02:14.019126Z at ChildProcess.emit (node:events:537:28)
2025-04-04T12:02:14.020264Z at ChildProcess._handle.onexit (node:internal/child_process:291:12)
2025-04-04T12:02:14.02556Z Failed: build command exited with code: 1
2025-04-04T12:02:15.239583Z Failed: error occurred while running build command
Beta Was this translation helpful? Give feedback.
All reactions