Skip to content
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

Broken npm package (views and public folders are missing) #458

Closed
justdmitry opened this issue Nov 19, 2024 · 1 comment · Fixed by #459
Closed

Broken npm package (views and public folders are missing) #458

justdmitry opened this issue Nov 19, 2024 · 1 comment · Fixed by #459

Comments

@justdmitry
Copy link

Installing with npm install -g dynamodb-admin produces non-working result.

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.

To fix this problem I need to manually copy views and public folders from source git repo.

Checked on v5.1.0 and v5.1.1 using Windows 11 with Node 20.13.1.

@rchl
Copy link
Collaborator

rchl commented Nov 19, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants