Skip to content
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

updated to node 16(still supported) and updated blocking deps #334

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pintaf
Copy link

@pintaf pintaf commented Dec 16, 2023

Also, I believe it would be a good practice to "pin" all other dependencies.

@PolicyChanges
Copy link

line 41 of package.json is:
"install-build-dep": "curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - && sudo apt install nodejs autoconf automake build-essential gcc g++ make rpm",
and should be:
"install-build-dep": "curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash - && sudo apt install nodejs autoconf automake build-essential gcc g++ make rpm",

also, if you're an Ubuntu user that has upgraded to or using Oracular, and the tcc daemon is throwing a dbus kb backlight error, you might be able to run systemctl restart upower at login as a workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants