Skip to content

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