Advertisement
Guest User

Untitled

a guest
Mar 7th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. ➜ crystal git:(master) ls
  2. lib LICENSE README.md shard.lock shard.yml spec src
  3. ➜ crystal git:(master) crystal run src/Crystallizer.cr
  4. while requiring "ENV" (Exception)
  5. from ???
  6. from ???
  7. from ???
  8. from ???
  9. from ???
  10. from ???
  11. from ???
  12. from ???
  13. from ???
  14. from ???
  15. from ???
  16. Caused by: can't find file 'ENV'
  17.  
  18. If you're trying to require a shard:
  19. - Did you remember to run `shards install`?
  20. - Did you make sure you're running the compiler in the same directory as your shard.yml? (Crystal::CrystalPath::Error)
  21. from ???
  22. from ???
  23. from ???
  24. from ???
  25. from ???
  26. from ???
  27. from ???
  28. from ???
  29. from ???
  30. from ???
  31. from ???
  32. from ???
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement