Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

nodejs usage #18

@joeyvandijk

Description

@joeyvandijk

Am having issues with setting up my environment with our-boxen and nodejs.
I wanted to use v0.10.13 of nodejs and updated puppet-nodejs to 3.2.7 (Puppetfile) and included it in my script (.pp) as

nodejs { 'v0.10.13': }

but it shows me this error:

Error: Could not find dependent Exec[nodenv rehash after nodejs install] for Nodejs[v0.10.13]

I've tried all ways to install/implement nodejs as described in the readme.md but none succeeded. Even going down to v0.10.12 did not solve my issues.

I also tried to clean up with

package {'nodejs': 
  ensure => absent
 }

but no differences.

So my question is how to fix this above mentioned error + how to clean-install nodejs with v0.10.13?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions