You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
由于某些你知道的原因,你在执行
run dev
或者run build
的时候,需要等待很长时间,然后报超时错误。你可以按照 好用的pnpm 镜像地址 #3 修改 pnpm 镜像地址 , 推荐修改镜像地址。
或者,你必须保持镜像地址不变的情况下,你可以 修改如下代码里的 timeout 参数:
修改文件: node_modules/.pnpm/[email protected]/node_modules/got/dist/source/core/index.js
修改代码 773 行左右 。
默认的timeout 参数,各项均为 undefined ,即默认超时时间。
Beta Was this translation helpful? Give feedback.
All reactions