Sunday, May 12, 2024
 Popular · Latest · Hot · Upcoming
11
rated 0 times [  13] [ 2]  / answers: 1 / hits: 21793  / 6 Years ago, tue, march 6, 2018, 12:00:00

I'm using Windows as a simple user (I don't have any admin rights) and want to install Yarn and use commands like Yarn Install, Yarn Add and Yarn Start.



I found this on Stackoverflow about how to install Node.JS as a local user but I cannot make it work outside that folder: install NodeJS LTS on Windows as a local user (without admin rights)



I now have Node unpacked in the folder: C:UsersUSERNAMEApplicationsnode and I have added it my path to my variables using: rundll32 sysdm.cpl,EditEnvironmentVariables. I can run node -v and npm -v and it works. I have installed Yarn using npm install --global yarn but I cannot make it work outside of that folder.



I want to go to D:projectsprojectNameapp-dev and run Yarn Install to install dependencies from a project I cloned from GitHub. How do I make it work?



UPDATE!
For anyone out there the issue was not with Yarn. It was actually with Node.JS and the PATH in environment variable. For whatever reason until I restarted my computer the PATH did not update to include the new location of Node.JS. Make sure you read the answer from this question and you should not have any issues.
install NodeJS LTS on Windows as a local user (without admin rights)


More From » node.js

 Answers
6

For anyone out there the issue was not with Yarn. It was actually with Node.JS and the PATH in environment variable.



For whatever reason until I restarted my computer (Windows 10) the PATH did not update to include the new location of Node.JS. Make sure you read the answer from this question and you should not have any issues: install NodeJS LTS on Windows as a local user (without admin rights)



Triple check that node is running and Yarn or any other dependency should work just fine


[#55003] Friday, March 2, 2018, 6 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
whitney

Total Points: 642
Total Questions: 110
Total Answers: 98

Location: Solomon Islands
Member since Mon, Jun 20, 2022
2 Years ago
;