-
Notifications
You must be signed in to change notification settings - Fork 3
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
Switch to the Puppet Forge NodeJS module #11
Comments
I had a bit of a crack at this tonight but I got stuck 😢 My gut feeling is that the version of puppet that |
Thanks for taking a stab at it 🔪 The modules docs state: Having not tried creating a fix for this, I did bookmark the following, hoping it would give me a headstart: https://github.com/jherbage/puppet-conf/blob/master/manifests/nodejs.pp |
Hrm. We're on |
Can this be done since Chassis/Chassis#312 was merged? |
Background: I'd really like |
Hey @johnbillion! You shouldn't need us to switch to Puppet Forge NodeJS for this to get If you add:
To one of your yaml files you will get the following inside your VM after a Sometimes the formatting of the yaml file can cause issues. I've often caught myself up but not uncommenting If you're still stuck with this then please send me your yaml files so I can try and replicate it and give you a fix for it! |
Chassis NodeJS should switch to https://forge.puppet.com/puppet/nodejs
Some of the benefits:
• Makes available a global
npm
provider which benefits Chassis/grunt & Chassis/bower extensions• Primary NodeJS source package continues to be provided by https://nodesource.com/
• Supports
.npmrc
files• Supports globally installing packages (edited)
The text was updated successfully, but these errors were encountered: