-
Notifications
You must be signed in to change notification settings - Fork 41
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
Missing required arguments: archive-folder, bluesky-username, bluesky-password #77
Comments
@cjabradshaw try to update npm look at this #60 (comment) If you confirm that solve the problem, I'll update the readme. |
Thanks for the quick reply. I already have npm v23.2.0 installed, so that wasn't the problem. However, I called node directly as per the comment thread above, and managed to get it to work. Many thanks! |
Also had to call node directly, but then it worked. |
@clemensv whot do you think? |
Doing this on WSL. Was getting the same error. Followed this thread and used Getting error:
|
This is definitely a weird NPM quirk. The easiest way to circumvent it would probably be a pair of import.bat/import.sh scripts that invoke the compiler as needed and then run app.js directly. |
I had the same issue. Calling node directly didn’t fix it for me. I tried using .env and that worked. |
No matter what I seem to do, I consistently get the following error:
Example script run in Terminal (macOS Sequoia 15.1):
npm run start -- -- --archive-folder '~/Users/xxx/xxx/xx/xx/xx/twitterarchive2024/' --bluesky-username xxxx.bsky.social --bluesky-password xxx-xxx-xxx --twitter-handles xxx --simulate
The text was updated successfully, but these errors were encountered: