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

** (File.Error) could not read file "quotes.json": no such file or directory #19

Closed
2 tasks done
nelsonic opened this issue Mar 25, 2020 · 1 comment
Closed
2 tasks done
Labels
bug Something isn't working chore help wanted Extra attention is needed starter T25m

Comments

@nelsonic
Copy link
Member

nelsonic commented Mar 25, 2020

When trying to use this in an Elixir project, we see the following error:

** (File.Error) could not read file "quotes.json": no such file or directory

This is because the quotes.json file has not bee explicitly exported.

Todo

  • Add files: ["lib/quotes.ex", "mix.exs", "README.md", "quotes.json"], to package() in mix.exs
  • Publish new version including the file!
@nelsonic nelsonic added bug Something isn't working help wanted Extra attention is needed T25m chore starter labels Mar 25, 2020
@nelsonic
Copy link
Member Author

Package published to https://hex.pm/packages/quotes/1.0.3 (313802f7f016ba7c301e9ffbb449f97d57358d29db1a314599d3e5485eaa38e5)

nelsonic added a commit that referenced this issue Mar 25, 2020
nelsonic added a commit that referenced this issue Mar 25, 2020
nelsonic added a commit that referenced this issue Mar 25, 2020
nelsonic added a commit that referenced this issue Mar 25, 2020
nelsonic added a commit that referenced this issue Mar 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working chore help wanted Extra attention is needed starter T25m
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant