We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Installing with npm install -g dynamodb-admin produces non-working result.
npm install -g dynamodb-admin
App starts, but index page fails with 500 status code and json response:
{ "view": { "defaultEngine": "ejs", "ext": ".ejs", "name": "tables", "root": "C:\\Users\\Dmitry\\AppData\\Roaming\\npm\\node_modules\\dynamodb-admin\\views" } }
Specified views folder does not exist, my dynamodb-admin contains only dist and node_modules folders and license, package.json and readme.md files.
views
dynamodb-admin
dist
node_modules
license
package.json
readme.md
To fix this problem I need to manually copy views and public folders from source git repo.
public
Checked on v5.1.0 and v5.1.1 using Windows 11 with Node 20.13.1.
The text was updated successfully, but these errors were encountered:
Ops. Fixed in https://github.com/aaronshaf/dynamodb-admin/releases/tag/v5.1.3
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Installing with
npm install -g dynamodb-admin
produces non-working result.App starts, but index page fails with 500 status code and json response:
Specified
views
folder does not exist, mydynamodb-admin
contains onlydist
andnode_modules
folders andlicense
,package.json
andreadme.md
files.To fix this problem I need to manually copy
views
andpublic
folders from source git repo.Checked on v5.1.0 and v5.1.1 using Windows 11 with Node 20.13.1.
The text was updated successfully, but these errors were encountered: