-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README needs more guidance for n00b #7
Comments
This sounds like your
It should still be working IIRC; you might need to manually run these steps before trying to use the script though. |
but putting that slink back makes it work. is it to do with using regarding |
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 install
from your directory.also, although
node
is on myPATH
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!
The text was updated successfully, but these errors were encountered: