rewonc / pastalog

Simple, realtime visualization of neural network training performance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NPM install error

superphil0 opened this issue · comments

running
git clone https://github.com/rewonc/pastalog
cd pastalog
npm install
yields this on GNU/Linux

testing binary.
Binary is fine; exiting.
npm http GET https://registry.npmjs.org/core-js
npm http 304 https://registry.npmjs.org/core-js
npm ERR! peerinvalid The package webpack does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer babel-loader@6.2.4 wants webpack@1 || ^2.1.0-beta
npm ERR! peerinvalid Peer sass-loader@3.2.0 wants webpack@^1.12.6

npm ERR! System Linux 4.2.6-300.fc23.x86_64
npm ERR! command "node" "/usr/bin/npm" "install"
npm ERR! cwd /media/p******/pastalog
npm ERR! node -v v0.10.36
npm ERR! npm -v 1.3.6
npm ERR! code EPEERINVALID
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /media/p**
****/pastalog/npm-debug.log
npm ERR! not ok code 0

This probably is not the only problem, but it looks like your node version is too old:

npm ERR! node -v v0.10.36

Make sure to install a version greater than 5.