when i started just by running make-zipball.sh, it looked like i needed to apt install babel. but that took me down the wrong path, it took a while to figure out that i needed to just npm install from your directory.
also, although node is on my PATH and normally runs fine, for some reason your scripts required it to be available from /usr/bin/ - in my case: sudo ln -s ~/nodejs/node-v7.9.0-linux-x64/bin/node /usr/bin/
incidentally, is there any way to use something like test/local.js to serve the handler in a standalone local mode, so new clones can get their renderings without setting up a cloud service?
thanks!
when i started just by running
make-zipball.sh, it looked like i needed toapt install babel. but that took me down the wrong path, it took a while to figure out that i needed to justnpm installfrom your directory.also, although
nodeis on myPATHand normally runs fine, for some reason your scripts required it to be available from/usr/bin/- in my case:sudo ln -s ~/nodejs/node-v7.9.0-linux-x64/bin/node /usr/bin/incidentally, is there any way to use something like
test/local.jsto serve the handler in a standalone local mode, so new clones can get their renderings without setting up a cloud service?thanks!