grand-stack / grand-stack-starter

Simple starter project for GRANDstack full stack apps
https://grandstack.io/docs/getting-started-grand-stack-starter.html
Apache License 2.0
504 stars 161 forks source link

can't install, windows npx times out #127

Closed linojon closed 3 years ago

linojon commented 3 years ago

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

linojon commented 3 years ago

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

linojon commented 3 years ago

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