grand-stack / grand-stack-starter

Simple starter project for GRANDstack full stack apps

Home Page:https://grandstack.io/docs/getting-started-grand-stack-starter.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can't install, windows npx times out

linojon opened this issue · comments

ok maybe i have a relatively slow internet connection but the npx install times out consistently. I've read you can set the yarn timeout with something like this --network-timeout 500000 but i dont know how to add that to the npx command.

image

heres the yarn-error.log file
yarn-error.log

i fixed it by editing the .yarnrc file in my user home directory with a network-timeout value. The file existed and says "THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY." but i did anyway it it works. Yay

# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


lastUpdateCheck 1606146902234
network-timeout 1000000