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

Přidání aktualizace npm do kapitolky o instalaci Node.js #479

Merged
merged 4 commits into from
Aug 26, 2023

Conversation

FilipJirsak
Copy link
Contributor

@FilipJirsak FilipJirsak commented Aug 25, 2023

Aktualizace npm by měla fungovat jako workaround pro chybu instalátoru Node.js 18.17.0+ ve Windows, který nevytváří adresář %APPDATA%\npm, ale zároveň nakonfiguruje npm tak, aby tento adresář používalo. Aktualizace npm tento adresář vytvoří.
Viz vlákno na Slacku.


NPM je součást instalace Node.js, takže se nainstaluje společně s ním. Není ho tedy potřeba řešit zvlášť.
NPM je součást instalace Node.js, takže se nainstaluje společně s ním. Obvykle se tedy neřeší zvlášť, my ovšem **důrazně** doporučujeme i `npm` aktualizovat na nejnovější verzi, protože se tím odstraní i jedna nepěkná chyba v aktuální instalaci Node.js. K aktualizaci budete opět potřebovat terminál nebo-li příkazovou řádku. Pokud vám nezůstal otevřený z instalace gitu, znovu ho otevřete postupem popsaným v [czechitas-podklady.cz/git-instalace/](https://czechitas-podklady.cz/git-instalace/).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

K aktualizaci budete opět potřebovat terminál

Tohle dobou terminál ještě nikdy nepoužili, ne? Ale asi by stačilo jen předřadit sekci na Git, kde terminál už mají.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aha, špatně jsem se podíval, git je až po tom. Přidal jsem i prohození kapitol, nejprve git, pak Node.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Pozor na mezery, všechna písmena jsou malá, před `g` je jedna pomlčka. Vypíše se pár řádků o tom, z jaké verze na jakou verzi se `npm` aktualizuje (skončit byste měli na verzi 9.8.1 nebo novější) a po chvilce se objeví opět řádek s výzvou (končí zobáčkem `>` ve Windows nebo dolarem `$` na MacOS a Linuxu), za kterou můžete psát další příkaz. Můžete zkusit třeba příkaz:

```shell
npm -v
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Na tohle je zvlášť sekce na kontrolu instalací. Má smysl to komplikovat tím, že to tu je znovu?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Chtěl jsem tam dát něco, podle čeho poznají, že příkaz doběhl. Nenapadlo mne nic lepšího, než že můžou zadat a spustit další příkaz.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A je ta kontrola potřeba? Mně přijde tak komplikovaná, že spíš zvyšuje riziko, že něco pokazí, ale nevím no.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Část s npm -v jsem odstranil.

Copy link
Member

@FilipChalupa FilipChalupa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dávám approve, ale abych pravdu řekl, kontrola přes npm -v mi přijde komplikovaná a myslím, že by tolik nevadilo ji vynechat.

@FilipJirsak FilipJirsak merged commit e75e839 into master Aug 26, 2023
1 check passed
@FilipJirsak FilipJirsak deleted the feature/FJ/npm-workaround branch August 26, 2023 19:48
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

Successfully merging this pull request may close these issues.

2 participants