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
Apologies - this might be due to me being a puppet noob...
I have this module installed and it seems to install node/npm ok - I now have the latest versions.
However it also seems to give an error:
# puppet nodejs.pp
err: /Stage[main]/Nodejs/Package[npm]/ensure: change from purged to present failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install npm' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
npm : Depends: nodejs (>= 0.6.19~dfsg1-3) but it is not going to be installed
Depends: nodejs-dev
Depends: node-node-uuid but it is not going to be installed
Depends: node-request but it is not going to be installed
Depends: node-mkdirp but it is not going to be installed
Depends: node-minimatch but it is not going to be installed
Depends: node-semver but it is not going to be installed
Depends: node-ini but it is not going to be installed
Depends: node-graceful-fs but it is not going to be installed
Depends: node-abbrev but it is not going to be installed
Depends: node-nopt but it is not going to be installed
Depends: node-fstream but it is not going to be installed
Depends: node-rimraf but it is not going to be installed
Depends: node-tar but it is not going to be installed
Depends: node-which but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
notice: Finished catalog run in 0.82 seconds
The above was on a 12.10 installation - just tried it on 12.04 and noticed I get the ubuntu node version (0.6) - which I guess is the issue mentioned elsewhere.
Hi,
Apologies - this might be due to me being a puppet noob...
I have this module installed and it seems to install node/npm ok - I now have the latest versions.
However it also seems to give an error:
My nodejs.pp file contains
Is this a know issue? Am I doing something wrong?
Thanks in advance for any pointers.
Cheers,
Chris
The text was updated successfully, but these errors were encountered: