-
Notifications
You must be signed in to change notification settings - Fork 355
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
'args.push is not a function' when trying to deploy #24
Comments
Can confirm, experiencing the same issue. Extremely annoying. |
Workaround is to use the previous version instead: |
Finally found that this package made our deploys fail, now I would be curious how to write a test for this bug? I didn't find the tests, help to find the tests appreciated. |
They just pushed out version 1.2.2 that fixes the issue. for me at least. I was using the -e attribute to target a specific environment |
Glad this appeared to have cleared up. Feel free to reopen if this persists after the upcoming 2.0.0 launch. |
Hello,
Apologies if this is not new but I have has look through the issues and can't see anything related.
I've been trying to use the CLI this morning but am getting the following error:
As you can see I'm using node 6.2.0, I've also tried using node 0.12 just to see if it was something to do with node versions.
The command that I ran was
netlify deploy dist -e testing
which is what I have always run. Also worth noting that I installed netlify-cli today on my machine (just as it does on the CI I use where I saw the error originally)I did suspect it might have been a package update - I've taken a look at commander but it doesn't seem to have changed that recently.
Any help on this would be greatly appreciated!
All the best,
James
The text was updated successfully, but these errors were encountered: