Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Node version compatibility of the client side and creation of the docker container.

Aperta
#83 7 commenti 2 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
25/100
Tipo di issue
Funzionalità
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
docker, nginx, node.js
Ambito
devops, frontend

Direzione di ricerca

Start in the ui folder by reviewing the documented Node 14.21.3 and npm 6.14.18 setup, then compare the Dockerfile with pull request #74. Check the proposed nginx.conf setup and verify that the client can run without those version downgrades and that the Docker container can be created successfully.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

bug
Running client(ui folder) in localhost

You can access the working version of the client side (ui folder) from this repository .

This project doesn't support Node versions higher than 14.21.3 and npm versions higher than 6.14.18 . Is not compatible with higher versions of sass library. You should downgride Node version on your computer. You can easily do this by using nvm as fallows;

nvm install 14.21.3
nvm use 14.21.3
nvm list

Finally, you can run the project using npm install and npm run serve

Docker container

To create a docker container, you can update the dockerfile file as in this pull-request and add the nginx.conf file.

Lingua principale
Vue
Stelle
414
Fork
109
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Preparare l'ambiente

Non abbiamo ancora controllato i file di configurazione di questo progetto. Parti dal suo README e consulta la nostra guida al primo contributo per i passaggi generali.

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di socketio/socket.io-admin-ui

Tutte le issue di socketio/socket.io-admin-ui

Issue simili

Altre issue su DevOps

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.