You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
but no differences.
So my question is how to fix this above mentioned error + how to clean-install nodejs with v0.10.13?
The text was updated successfully, but these errors were encountered: