I'm working on Windows in WSL. I cloned this template and followed the documentation to build it but so far I was not able to. This is what happened when running make:
- go not found
-
install go
- npm not installed
-
installing npm
- eslint not installed
-
installing eslint
- eslint package-[...] not installed
-
run npm install in webapp directory
- eslint line feed error
-
run eslint with --fix
- eslint Failed at the @ lint script
-
removing eslint in Makefile (workaround not a solution!)
- golangci-lint is not installed
-
install golangci-lint
- golangci-lint: context loading failed: failed to load packages
-
deleted repository and created this issue
You won't get many plugins from 3d-party developers with such a horrible setup experience. If you can't automate the tasks then at least explain the manual setup process.
Additional remarks:
- add
.vs/ and node_modules/ to .gitignore
I'm working on Windows in WSL. I cloned this template and followed the documentation to build it but so far I was not able to. This is what happened when running make:
You won't get many plugins from 3d-party developers with such a horrible setup experience. If you can't automate the tasks then at least explain the manual setup process.
Additional remarks:
.vs/andnode_modules/to.gitignore