nextcloud / nextcloud/app_template

Conflicting node version requirements

Open
#246 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

0. Needs triage bug
Dominant language
PHP
Stars
13
Forks
5
Avg merge
3d 1h
Merged PRs (30d)
2

Description

How to use GitHub
  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Steps to reproduce
  1. Try to install the node packages of this template by using "npm install"
  2. If using a node version compatible with ^20.0.0 this package is going to complain, if using one compatible with ^24.0.0 the packages "@nextcloud/eslint-plugin" and "@nextcloud/eslint-plugin@2.2.1" are going to complain.
Expected behaviour

It should not complain

Actual behaviour

It complains. Note that yarn turns this warning into an error, which made me notice it in the first place, so fixing this would not only fix an annoying warning, but also make yarn usable.

Operating system: Mac

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by running npm install with Node versions compatible with ^20.0.0 and ^24.0.0, then inspect the package requirements for the template and @nextcloud/eslint-plugin. Done means the dependency installation produces no conflicting engine warnings and yarn can install successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
node.js
Domain
build-system, developer-experience
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.