-
Notifications
You must be signed in to change notification settings - Fork 92
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
localPath #25
Comments
I think this bug is actually fixed on the master branch. I was having a similar issue and fixed them inside the package in my |
Actually, version |
Not sure if this is related but in our environment upgrading from version Setting this to our
Other related package versions: |
@qtiki - that's exactly what I did as well - 99x/serverless-dynamodb-local#210 (comment) |
installing new DyanamoDB does not add the local path in the path.
I have to assign localpath to "bin" in order to install the database.
[ '-Djava.library.path=/Users/aaalsubaie/Projects/propman-server/node_modules/dynamodb-localhost/dynamodb//bin/DynamoDBLocal_lib', '-jar', 'DynamoDBLocal.jar', '-port', 8000 ]
this might be the source of the problem:
db_dir = utils.absPath(config.setup.install_path)
The text was updated successfully, but these errors were encountered: