serverless-dynamodb-local
serverless-dynamodb-local copied to clipboard
Problem with install on windows 10
Actual Behaviour
Hi when I tried to install this via npm (npm install --save serverless-dynamodb-local) on my windows 10 machine, install failed with error bellow. When I installed it on my Mac machine everything works fine. On windows machine I tried install it in cmd, git bash and powershell and failed in all.
Error which I got during install: `@conduitvc/[email protected] install C:\Vyvoj\escrow\escrowBackend\node_modules@conduitvc\dynamodb-emulator> download --extract -o emulator https://s3-us-west-2.amazonaws.com/dynamodb-local/dynamodb_local_latest.zip && ./install.sh
'.' is not recognized as an internal or external command,`
Expected Behaviour
Installation will work correctly
Do you have tips how to install it?
Can you share more info about your environment? Which NodeJS version and Java JRE are you using?
I recommend downloading the latest Java SE 13, install it and then run the following commands on git bash (as example):
sls dynamodb installnpm install --save serverless-dynamodb-local