nextcloud / nextcloud/app_template
Conflicting node version requirements
Open
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
- Try to install the node packages of this template by using "npm install"
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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