2. Log in After signing up, log in at https://huggingface.co/login. 3. Go to your account settings Click your profile picture in the top right. Select "Settings" from the dropdown. 4. Access API tokens In the left menu, click " Access Tokens " or go directly to:
First install the node.JS and NVM To use Node.js with NVM (Node Version Manager), you first need to install the desired Node.js version, then use it. Here's the sequence of commands: ✅ 1. Check installed Node versions : nvm ls ✅ 2. Install a specific Node.js version (e.g., 18) : nvm install 18 ✅ 3. Use a specific version : nvm use 18 ✅ 5. Verify the current version: node -v