Hello, TL;DR: run "sudo npm install npm -g" on you development machines
Due to issues with incompatibility with node 0.10, we had to pin certain sub-sub-sub dependencies to a certain version using npm-shrinkwrap. [1] However, shrink-wrapping of sub-dependencies is only available on npm version 3.0 and newer, which means that if you are using an older version of npm, npm install will not work correctly. To upgrade your npm to the latest version, please run "sudo npm install npm -g". The shrink-wrap workaround will be required until we manage to get a newer version of node running on our jenkins slaves, help with that will be appreciated. [1] https://github.com/theforeman/foreman/pull/3861 -- Have a nice day, Tomer Brisker Red Hat Engineering -- You received this message because you are subscribed to the Google Groups "foreman-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
