logseq/logseq-plugin-samples

yarn.lock contains private proxy server?

kurtharriger opened this issue ยท 0 comments

Tried to run yarn install in logseq-query-playground and got network timeout errors running yarn install

Looking at log I was finding error connecting to https://arti.freewheel.tv/api/npm/...
At first, I thought it was some proxy on my end and was confused where this came from then I realized these URLs come from the yarn.lock file and was able to resolve the issue by deleting the yarn.lock file before running yarn install

โžœ  logseq-query-playground git:(master) โœ— yarn install
yarn install v1.22.17
[1/4] ๐Ÿ”  Resolving packages...
[2/4] ๐Ÿšš  Fetching packages...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
error An unexpected error occurred: "https://arti.freewheel.tv/api/npm/fw-npm/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.0.0.tgz: ETIMEDOUT".
info If you think this is a bug, please open a bug report with the information provided in "/Users/kurt.harriger/projects/logseq-plugins/logseq-plugin-samples/logseq-query-playground/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.