Replies: 1 comment
-
Moved to #10452 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I use Tauri's
use std:: process:: Command
I tried to change the registry of npm successfully, but the registry obtained is still the one before starting Tauri3.get (At this moment, what I have obtained is https://registry.npmjs.org)
But after I closed **Tauri ** and ran 'npm config get registry' again, what I got was http://mirrors.cloud.tencent.com/npm
So was this environment variable set by npm cached when ** auri** started?
Beta Was this translation helpful? Give feedback.
All reactions