wAIfu-DEV / w-AI-fu_v2

Best way to create your own AI Vtuber/Streamer ! (Openai or NovelAI)
https://www.youtube.com/@Hilda-AI-VTuber
GNU General Public License v3.0
8 stars 3 forks source link

Nod.js not found issues and How I fixed them #25

Closed Malshaghab closed 8 months ago

Malshaghab commented 9 months ago

If you got this problem "Could not find node env variable, trying with direct path... Found node path. Could not find npm env variable, trying with"

To solve it: (I got the solution from stack overflow) You need to Add C:\Program Files\nodejs to your PATH environment variable. To do this follow these steps:

Use the global Search Charm to search "Environment Variables" Click "Edit system environment variables" Click "Environment Variables" in the dialog. In the "System Variables" box, search for Path and edit it to include C:\Program Files\nodejs. Make sure it is separated from any other paths by a ;. You will have to restart any currently-opened command prompts before it will take effect.