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

Hints for install errors - could go in README #3

Open
eperitus opened this issue May 10, 2021 · 0 comments
Open

Hints for install errors - could go in README #3

eperitus opened this issue May 10, 2021 · 0 comments

Comments

@eperitus
Copy link

If you get the error:

src/cmds/serve.go:5:3: no required module provides package github.com/kellegous/pork: go.mod file not found in current directory or any parent directory; see 'go help modules'
make: *** [bin/serve] Error 1

You can run: go env -w GO111MODULE=auto

If you get an error about a particular version of sass not being found, you can run:
sudo gem install sass -v3.2.12

These hints could go in the README if enough people are hitting them.

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