-
Notifications
You must be signed in to change notification settings - Fork 6
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
How do you run these actors locally? #3
Comments
Is there any more information I should provide? Please let me know and I will try to provide it. I'd be grateful if someone at Apify would acknowledge the issue, even if just to tell me it is not a priority to provide support with onboarding. I've also asked in your discord and had no reply. |
Hi @JamieMason , This approach currently doesn't allow you to use You need to be in the Actor's directory to be able to use |
@JamieMason has this issue of not being able to |
I was blocked and parked this @avakil3 but I would love to return to it. I'll reply here if I find anything to share. |
Thanks for this useful project starter, I'm trying to get going but having some trouble. If someone could point out where I'm going wrong and/or where I should be looking in the Docs that would be great, thank you.
Some things I've tried:
cd actors/typescript-actor && apify run
seems to work:cd actors/typescript-actor && apify push
seems to lose access to parent foldersI thought maybe
apify push
from the project root would resolve this, but it seems to create an empty/broken actor:and
apify run
from the root is similarThe readme mentions:
but I'm lacking some context, do we need to run
ts-node -r tsconfig-paths/register <which file?>
Documentation I've read:
The
apify
CLI I installed vianpm install -g apify-cli
and is versionapify-cli/0.17.0 darwin-x64 node-v18.14.2
That's everything I can think of, please let you know if you need anything else. Thanks.
The text was updated successfully, but these errors were encountered: