sneha-belkhale / AI4Animation-js

AI4Animation in javascript & three.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doing yarn pull under bash on windows fails:

manthrax opened this issue · comments

$ yarn pull
yarn pull v0.24.5
$ (mkdir src/NN_Wolf_MANN && cd src/NN_Wolf_MANN && curl -O http://www.starke-consult.de/UoE/GitHub/SIGGRAPH_2018/NN_Wolf_MANN.zip && unzip NN_Wolf_MANN)
The syntax of the command is incorrect.
error Command failed with exit code 1.

Removing the enclosing parens makes the command work...

is this by design?

I removed parenthesis here. #7