serverless-dynamodb-local icon indicating copy to clipboard operation
serverless-dynamodb-local copied to clipboard

Problem with install on windows 10

Open David-Kr opened this issue 5 years ago • 1 comments
trafficstars

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?

David-Kr avatar Jan 20 '20 07:01 David-Kr

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 install
  • npm install --save serverless-dynamodb-local

KingDarBoja avatar Feb 18 '20 23:02 KingDarBoja