[go-nuts] Re: problem with starting to use pug/jade

2021-05-08 Thread Brian Candler
Note: if "go get github.com/Joker/jade/cmd/jade" gives this error: go get: module github.com/Joker/jade@upgrade found (v1.0.0), but does not contain package github.com/Joker/jade/cmd/jade Then see this issue: https://github.com/Joker/jade/issues/38 I think you're supposed to use "go install" rat

[go-nuts] Re: problem with starting to use pug/jade

2021-05-08 Thread Brian Candler
You need to get to the point where typing "jade" at the shell runs the jade executable, like this . Did you install the jade executable? The error says the jade executable was not found in your search path