You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run npm install as directed in the README, I get the version 0.2.40 installed. This version doesn't handle the docker flag mentioned in the README as well, and in the documentation at https://www.serverless.com/plugins/serverless-dynamodb-local.
Expected Behaviour
I expect the installation by npm to be same like a tag or a branch in this repo so that I can find out which version is having which feature. At the moment I cannot use the docker feature because it is not supported in version 0.2.40 that is available by npm install. Furthermore, I cannot find a tag or a branch with the value 0.2.40. The version 0.2.40 though is still the current version in the package.json file in the repo.
Steps to reproduce it
Run npm install serverless-dynamodb-local. Notice the installed version will be 0.2.40.
Run serverless dynamodb start --docker
An error stating that the flag docker is not recognizable.
Find the installed packages for serverless-dynamodb-local and examine the README file.
The README file doesn't include the docker flag which indicates a different version than what is currently in the repo and the online documentation.
Would you like to work on the issue?
Yes. With some guidance.
The text was updated successfully, but these errors were encountered:
Running into the same issue. For better searchability, the error is Detected unrecognized CLI options: "--docker".
It seems that this repo is dead, however there is a maintained fork that both fixes this docker issue and vulnerable dependencies, see post in another issue: #262 (comment)
Actual Behaviour
When I run
npm install
as directed in the README, I get the version 0.2.40 installed. This version doesn't handle thedocker
flag mentioned in the README as well, and in the documentation at https://www.serverless.com/plugins/serverless-dynamodb-local.Expected Behaviour
I expect the installation by npm to be same like a tag or a branch in this repo so that I can find out which version is having which feature. At the moment I cannot use the docker feature because it is not supported in version 0.2.40 that is available by npm install. Furthermore, I cannot find a tag or a branch with the value 0.2.40. The version 0.2.40 though is still the current version in the package.json file in the repo.
Steps to reproduce it
npm install serverless-dynamodb-local
. Notice the installed version will be 0.2.40.serverless dynamodb start --docker
Would you like to work on the issue?
Yes. With some guidance.
The text was updated successfully, but these errors were encountered: