Skip to content

Install nodejs package from correct source#18

Merged
vweevers merged 1 commit intomasterfrom
fix-nodejs-package-source
Jul 30, 2021
Merged

Install nodejs package from correct source#18
vweevers merged 1 commit intomasterfrom
fix-nodejs-package-source

Conversation

@vweevers
Copy link
Copy Markdown
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