-
Notifications
You must be signed in to change notification settings - Fork 92
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
Not compatible with Windows #33
Comments
Doesn't work on windows as well. |
It seems to work fine in powershell. |
I am running this fine on windows, all I had to do was pass in a callback function to install. |
I did a pull request to update the documentation regarding this issue, but it still open. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue
Using this library under Windows (cmd) does not spawn the DynamoDB java process.
Possible solution
shell: true
option intochild_process.spawn
would execute the command in a shell.child_process.spawn
with a cross platform compatible shell library such asshelljs
.The text was updated successfully, but these errors were encountered: