-
Notifications
You must be signed in to change notification settings - Fork 38
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
Conversation
|
||
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/). |
There was a problem hiding this comment.
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í.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
priprava/instalace-nastroju/node.md
Outdated
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 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this 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.
202a0af
to
5c81f50
Compare
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ň nakonfigurujenpm
tak, aby tento adresář používalo. Aktualizacenpm
tento adresář vytvoří.Viz vlákno na Slacku.