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

The setup is a mess #139

Open
jwillmer opened this issue Nov 9, 2020 · 2 comments
Open

The setup is a mess #139

jwillmer opened this issue Nov 9, 2020 · 2 comments

Comments

@jwillmer
Copy link

jwillmer commented Nov 9, 2020

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
@jwillmer
Copy link
Author

I managed now to run it under WSL by not using any tool from Windows and storing the data in the WSL container. Still the point is that the "starter-template" is not for starters.

@berndschatz
Copy link

berndschatz commented Dec 13, 2022

Would be nice to have a list of software packages (with minimum version) that has to be installed,
or maybe better a reference distribution like Debian11 or Ubuntu X.Y.Z ...

on debian 11 i did -->

sudo apt install golangci-lint nodejs npm
sudo apt install golang -t testing 

@jfrerich jfrerich removed their assignment Dec 13, 2022
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

5 participants