drewolson / scrivener

Pagination for the Elixir ecosystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

module Scrivener is not loaded could not be found

debonair opened this issue · comments

When in Add

use Scrivener, page_size: 10

to my repo I get the error

module Scrivener is not loaded could not be found, even after fetching the dependencies. I am using the latest phoenix for my project

This seems like you're generally having a problem loading your dependencies. I have several applications using scrivener and this isn't a problem. If you're able to provide some more information I may be able to help, but until them I'm closing this issue.

I fixed this by running mix deps.compile