-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dashboard widget to list relevant polls #2645
Conversation
Signed-off-by: tiller <no-reply@tiller.fr>
Signed-off-by: tiller <no-reply@tiller.fr>
Signed-off-by: tiller <no-reply@tiller.fr>
Moving the discussion over from https://cloud.nextcloud.com/call/xs25tz5y Its possible your node/npm version is not playing nice with the dependencies. For me the lint command works with node 14.0.0 and npm 7.24.2.
|
Indeed, switching to your node/npm version did the trick thanks. Is there somewhere a list of recommended versions? |
Usually you can check the "engines": {
"node": "^16.0.0",
"npm": "^7.0.0 || ^8.0.0"
} Just the DCO check now 😛 |
Signed-off-by: tiller <no-reply@tiller.fr>
@Tiller Thanks for your contribution. Just start a review request and add the review label, if you think it is mergable. |
Hi, I don't know how to do any of that 😅 I've tried to look around, and I don't seem to be able to do any of that. No edit button allows me to add new labels and can't find any action loosely related to a review request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Cool work, thanks a lot. Saved me some work. 👍 |
I developed a simple dashboard widget for personal use. I guess it doesn't hurt to share it with the community!
Note: I can take some feedback into account, but I might not be very active on this PR. If anyone wants to take over the PR to improve / fix / ... feel free