99x / 99x/dynamodb-localhost

Not compatible with Windows

Open
#33 4 comments 3 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
34
Forks
87
PR merge metrics
No merged PRs in 30d

Description

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

## Possible solution
1. Passing in the `shell: true` [option](https://nodejs.org/dist/latest-v10.x/docs/api/child_process.html#child_process_child_process_spawn_command_args_options) 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`](https://www.npmjs.com/package/shelljs).

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.