Skip to content
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

Open
triqi opened this issue Dec 16, 2018 · 4 comments · May be fixed by #42
Open

Not compatible with Windows #33

triqi opened this issue Dec 16, 2018 · 4 comments · May be fixed by #42

Comments

@triqi
Copy link

triqi commented Dec 16, 2018

Issue

Using this library under Windows (cmd) does not spawn the DynamoDB java process.

Possible solution

  1. Passing in the shell: true option into child_process.spawn would execute the command in a shell.
  2. Replace child_process.spawn with a cross platform compatible shell library such as shelljs.
@MikhailSemichev
Copy link

Doesn't work on windows as well. sls offline start fails

@stefancruz
Copy link

It seems to work fine in powershell.

@RyanFelt
Copy link
Contributor

RyanFelt commented Feb 28, 2019

I am running this fine on windows, all I had to do was pass in a callback function to install.
dynamodbLocal.install( () => {} );

@stefancruz
Copy link

dynamodbLocal.install( () => {} );

I did a pull request to update the documentation regarding this issue, but it still open.

#36

@asodeur asodeur linked a pull request Mar 26, 2019 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants