Zipper5004
Results
2
comments of
Zipper5004
I've tried to load it via git, but it breaks too: ``` git clone https://github.com/marcelklehr/recognize.git Cloning into 'recognize'... remote: Enumerating objects: 12250, done. remote: Counting objects: 100% (1389/1389), done. remote:...
Manually installing Node.js via apt sets the directory to /usr/bin/nodejs but that Node.js does not come with module promises, so I installed it globaly: sudo npm -g install promises But...