We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I switch to joplin2obsidian folder and do: make I get this:
build version: v0.2.1-10-g2010861 env CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -ldflags "-X main.Version=v0.2.1-10-g2010861" -o dist/joplin2obsidian_darwin_amd64 env: ‘go’: No such file or directory make: *** [makefile:6: core] Error 127
The text was updated successfully, but these errors were encountered:
Disregard. I realized the vm I was trying to install into did not have golang installed.
Sorry, something went wrong.
No branches or pull requests
When I switch to joplin2obsidian folder and do: make
I get this:
build version: v0.2.1-10-g2010861
env CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -ldflags "-X main.Version=v0.2.1-10-g2010861" -o dist/joplin2obsidian_darwin_amd64
env: ‘go’: No such file or directory
make: *** [makefile:6: core] Error 127
The text was updated successfully, but these errors were encountered: