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

Installation via NPM failing #9

Open
LukvonStrom opened this issue Oct 7, 2019 · 0 comments
Open

Installation via NPM failing #9

LukvonStrom opened this issue Oct 7, 2019 · 0 comments

Comments

@LukvonStrom
Copy link

When I try to install this package in the provided type-dynamo-examples/serverless-todo-application example an error like this crashes the installation:

ERR! path /home/lukas/IdeaProjects/type-dynamo-examples/serverless-todo-application/node_modules/type-dynamo/dist/cli.js
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall chmod
npm ERR! enoent ENOENT: no such file or directory, chmod '/home/lukas/IdeaProjects/type-dynamo-examples/serverless-todo-application/node_modules/type-dynamo/dist/cli.js'
npm ERR! enoent This is related to npm not being able to find a file. 

It seems like the referenced cli.js is missing from the dist folder which is confirmed, if you look into unpkg: https://www.unpkg.com/browse/type-dynamo@0.1.6/dist/. Would it be possible to add this file to the Github Repo in order to fix the build?

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

No branches or pull requests

1 participant