rewonc / pastalog

Simple, realtime visualization of neural network training performance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install not recognizing npm and node

linamnt opened this issue · comments

When installing, it doesn't seem to recognize that I have node and npm? I have restarted and tried again and the same results below. Sorry if this isn't really a pastalog problem, but rather on my end, I'm just not sure what to do.

$ pastalog --install
Please install npm and node.

Li@Talon ~/pastalog (master)
$ npm -v
3.10.5

Li@Talon ~/pastalog (master)
$ node -v
v6.3.1

@linamnt Did you find the solution?