-
-
Notifications
You must be signed in to change notification settings - Fork 245
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
Unmet dependencies installing node and npm on Debian 7 (Wheezy) #58
Comments
|
same. |
|
same here |
|
idem |
|
Same here on Ubuntu 12.04. . . I think it's cause Chris Lea's nodejs package is installing npm, but the puppet module still attempts to install the npm package. root@ops1: Code for installing npm on Precise or Debian is at init.pp:93 If the conditional logic that excludes Precise is removed as well as removal of installation of the npm package when the ppa is included, all works as expected. A similar fix should work for debian. edit I've confirmed that removing the logic that attempts to install npm on Precise resolves the error for me. |
|
Should not be occurring with latest version. Note that the parameter is now: |
manifests:
The text was updated successfully, but these errors were encountered: