Installazione Web Toolkit fallita

Ciao,

non riesco ad installare (npm install) il Web Toolkit su una macchina CentOS 6 x64 con Node v.0.10.48 e npm 1.3.6 correttamente funzionanti.

Le ultime righe del log sono queste:

1953 verbose chmod /root/.npm/pikaday/1.5.1/package.tgz 644
1954 verbose chown /root/.npm/pikaday/1.5.1/package.tgz [ 0, 0 ]
1955 silly lockFile 745fab60-js-org-pikaday-pikaday-1-5-1-tgz https://registry.npmjs.org/pikaday/-/pikaday-1.5.1.tgz
1956 silly lockFile 745fab60-js-org-pikaday-pikaday-1-5-1-tgz https://registry.npmjs.org/pikaday/-/pikaday-1.5.1.tgz
1957 http 404 https://registry.npmjs.org/frctl/nunjucks
1958 silly registry.get cb [ 404,
1958 silly registry.get { ‘content-type’: ‘application/json’,
1958 silly registry.get ‘cache-control’: ‘max-age=0’,
1958 silly registry.get ‘content-length’: ‘2’,
1958 silly registry.get ‘accept-ranges’: ‘bytes’,
1958 silly registry.get date: ‘Thu, 08 Feb 2018 14:39:05 GMT’,
1958 silly registry.get via: ‘1.1 varnish’,
1958 silly registry.get age: ‘0’,
1958 silly registry.get connection: ‘keep-alive’,
1958 silly registry.get ‘x-served-by’: ‘cache-ams4425-AMS’,
1958 silly registry.get ‘x-cache’: ‘MISS’,
1958 silly registry.get ‘x-cache-hits’: ‘0’,
1958 silly registry.get ‘x-timer’: ‘S1518100745.915825,VS0,VE710’,
1958 silly registry.get vary: ‘Accept-Encoding’ } ]
1959 silly addNameRange number 2 { name: ‘frctl/nunjucks’,
1959 silly addNameRange range: ‘>=1.0.3-0 <2.0.0-0’,
1959 silly addNameRange hasData: true }
1960 silly addNameRange versions [ undefined, [] ]
1961 error TypeError: Cannot read property ‘latest’ of undefined
1961 error at next (/usr/lib/node_modules/npm/lib/cache.js:687:35)
1961 error at /usr/lib/node_modules/npm/lib/cache.js:675:5
1961 error at saved (/usr/lib/node_modules/npm-registry-client/lib/get.js:148:7)
1961 error at /usr/lib/node_modules/graceful-fs/polyfills.js:133:7
1961 error at Object.oncomplete (fs.js:108:15)
1962 error If you need help, you may report this log at:
1962 error http://github.com/isaacs/npm/issues
1962 error or email it to:
1962 error npm-@googlegroups.com
1963 error System Linux 2.6.32-696.16.1.el6.x86_64
1964 error command “node” “/usr/bin/npm” “install”
1965 error cwd /usr/share/httpd/html/design-web-toolkit
1966 error node -v v0.10.48
1967 error npm -v 1.3.6
1968 error type non_object_property_load
1969 verbose exit [ 1, true ]

Idee e suggerimenti?

Grazie

ciao @charly71, le ultime righe di quale comando esattamente ?

proverei con una versione di nodejs più recente (>= 5)

Ciao Danilo… il comando è npm install ma comunque ho appena risolto aggiornando nodejs come hai detto tu.

Grazie mille!