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

Error "Package 'nodejs-dev' has no installation candidate" on Ubuntu 20.04 #421

Closed
cliffano opened this issue Apr 26, 2020 · 0 comments · Fixed by #422
Closed

Error "Package 'nodejs-dev' has no installation candidate" on Ubuntu 20.04 #421

cliffano opened this issue Apr 26, 2020 · 0 comments · Fixed by #422
Labels
enhancement New feature or request

Comments

@cliffano
Copy link
Contributor

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: tested on 5.5.18
  • Ruby: tested on 2.4.9
  • Module version: 8.0.0

How to reproduce (e.g Puppet code you use)

Use the manifest :

  class { '::nodejs':
    manage_package_repo       => false,
    nodejs_dev_package_ensure => 'present',
    npm_package_ensure        => 'present',
    repo_url_suffix           => '13.x',
  }

What are you seeing

Error message:

Package nodejs-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
   libnode-dev
E: Package 'nodejs-dev' has no installation candidate

What behaviour did you expect instead

Success installation of node.js .

Output log

Any additional information you'd like to impart

Ubuntu 20.04 was released 3 days ago.

@juniorsysadmin juniorsysadmin added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels Apr 26, 2020
cliffano added a commit to cliffano/puppet-nodejs that referenced this issue Apr 26, 2020
mmoll pushed a commit to cliffano/puppet-nodejs that referenced this issue May 1, 2020
mmoll pushed a commit to cliffano/puppet-nodejs that referenced this issue May 1, 2020
@ekohl ekohl closed this as completed in #422 May 1, 2020
ekohl added a commit that referenced this issue May 1, 2020
Fix nodejs dev package name for Ubuntu 20.04 . #421
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants