Try Prcfile #2
Annotations
1 error and 2 warnings
Run akhileshns/[email protected]
Error: Command failed: git push heroku HEAD:refs/heads/main --force
remote: Updated 3122 paths from eee99d91d
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Building on the Heroku-24 stack
remote: -----> Using buildpack: heroku/nodejs
remote: -----> Node.js app detected
remote:
remote: -----> Creating runtime environment
remote:
remote: NPM_CONFIG_PRODUCTION=false
remote: NPM_CONFIG_LOGLEVEL=error
remote: USE_YARN_CACHE=true
remote: NODE_VERBOSE=false
remote: NODE_ENV=development
remote: NODE_MODULES_CACHE=false
remote:
remote: -----> Installing binaries
remote: engines.node (package.json): ^20
remote: engines.npm (package.json): unspecified (use default)
remote: engines.yarn (package.json): ^4.5.0
remote: packageManager (package.json): [email protected]
remote:
remote: ! Multiple Yarn versions declared
remote:
remote: The package.json file indicates the target version of Yarn to install in two fields:
remote: - "packageManager": "[email protected]"
remote: - "engines.yarn": "^4.5.0"
remote:
remote: If both fields are present, then "packageManager" will take precedence and "[email protected]" will be installed.
remote:
remote: To ensure we install the version of Yarn you want, remove one of these fields.
remote: https://devcenter.heroku.com/articles/nodejs-support
remote:
remote: Resolving node version ^20...
remote: Downloading and installing node 20.18.0...
remote: Using default npm version: 10.8.2
remote: Installing [email protected] via corepack 0.29.3
remote: Using yarn 4.5.0
remote:
remote: -----> Restoring cache
remote: Caching has been disabled because NODE_MODULES_CACHE=false
remote:
remote: -----> Installing dependencies
remote: Running 'yarn install' with yarn.lock
remote: ➤ YN0000: · Yarn 4.5.0
remote: ➤ YN0000: ┌ Project validation
remote: ➤ YN0057: │ web: Resolutions field will be ignored
remote: ➤ YN0000: └ Completed
remote: ➤ YN0000: ┌ Resolution step
remote: ➤ YN0000: └ Completed in 0s 434ms
remote: ➤ YN0000: ┌ Post-resolution validation
remote: ➤ YN0060: │ eslint is listed by your project with version 8.19.0 (p84b1b), which doesn't satisfy what @typescript-eslint/eslint-plugin (via @react-native/eslint-config) and other dependencies request (^8.57.0).
remote: ➤ YN0060: │ eslint is listed by your project with version 9.14.0 (pa2223), which doesn't satisfy what eslint-config-standard-jsx and other dependencies request (but they have non-overlapping ranges!).
remote: ➤ YN0060: │ eslint-plugin-n is listed by your project with version 17.11.1 (p55350), which doesn't satisfy what eslint-config-standard requests (^15.0.0 || ^16.0.0).
remote: ➤ YN0060: │ eslint-plugin-promise is listed by your project with version 7.1.0 (p4cd56), which doesn't satisfy what eslint-config-standard requests (^6.0.0).
remote: ➤ YN0060: │ eslint-plugin-react-hooks is listed by your project with version 5.1.0-rc-fb9a90fa48-20240614 (pdf2b7), which doesn't satisfy what eslint-config-standard-react requests (^4.6.0).
remote: ➤ YN0060: │ react is listed by your project with version 18.3.1 (p1c985), which doesn't satisfy what react-code-input and other dependencies request (but they have non-overlapping ranges!).
remote: ➤ YN0060: │ react-dom is listed by your project with version 1
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading