mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 15:55:26 +02:00
nvm: add Hindi translation (#14888)
This commit is contained in:
parent
0f80d34869
commit
58b0660441
1 changed files with 25 additions and 0 deletions
25
pages.hi/windows/nvm.md
Normal file
25
pages.hi/windows/nvm.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# nvm
|
||||
|
||||
> Node.js के संस्करणों को स्थापित, अनइंस्टॉल या स्विच करें।
|
||||
> "12.8" या "v16.13.1" जैसे संस्करण नंबर और "stable", "system" आदि जैसे लेबल का समर्थन करता है।
|
||||
> अधिक जानकारी: <https://github.com/coreybutler/nvm-windows>।
|
||||
|
||||
- Node.js का एक विशिष्ट संस्करण स्थापित करें:
|
||||
|
||||
`nvm install {{नोड_संस्करण}}`
|
||||
|
||||
- Node.js का डिफ़ॉल्ट संस्करण सेट करें (यह Administrator के रूप में चलाना आवश्यक है):
|
||||
|
||||
`nvm use {{नोड_संस्करण}}`
|
||||
|
||||
- सभी उपलब्ध Node.js संस्करणों की सूची बनाएं और डिफ़ॉल्ट संस्करण को हाइलाइट करें:
|
||||
|
||||
`nvm list`
|
||||
|
||||
- सभी दूरस्थ Node.js संस्करणों की सूची बनाएं:
|
||||
|
||||
`nvm ls-remote`
|
||||
|
||||
- दिए गए Node.js संस्करण को अनइंस्टॉल करें:
|
||||
|
||||
`nvm uninstall {{नोड_संस्करण}}`
|
Loading…
Add table
Reference in a new issue