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

Install nodejs package from correct source #18

Merged
merged 1 commit into from
Jul 30, 2021

Conversation

vweevers
Copy link
Member

In our dockcross-based images, the 'nodejs' package is available in both default debian sources and nodesource. Debian's package does not include npm.

Not sure what changed or when, but it's fixed by increasing the priority of nodesource. This in turn revealed that we were targeting the wrong debian version; should be bullseye instead of buster.

Closes #17 and unblocks Level/leveldown#764.

In our dockcross-based images, the 'nodejs' package is available in
both default debian sources and nodesource. Debian's package does
not include npm.

Not sure what changed or when, but it's fixed by increasing the
priority of nodesource. This in turn revealed that we were
targeting the wrong debian version; should be bullseye instead of
buster.

Closes #17.
@vweevers vweevers requested a review from ralphtheninja July 30, 2021 15:30
@vweevers vweevers merged commit 5d1e4dd into master Jul 30, 2021
@vweevers vweevers deleted the fix-nodejs-package-source branch July 30, 2021 17:45
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.

Package source for nodejs is incorrect
1 participant