robstryker / vscode-wizard-example-extension

Apache License 2.0
6 stars 4 forks source link

I am getting issue while installing it #4

Open KhanFozia opened 4 months ago

KhanFozia commented 4 months ago

I am getting below errors when I am trying to install it.

npm ERR! code ETIMEDOUT npm ERR! syscall connect npm ERR! network request to https://registry.npm.taobao.org/yargs-unparser/download/yargs-unparser-1 npm ERR! network This is a problem related to network connectivity. npm ERR! network npm ERR! network If you are behind a proxy, please make sure that the npm ERR! network 'proxy' config is set properly. See: 'npm help config'

Getting "The site cannot be reached" when trying to access 'https://registry.npm.taobao.org/yargs-unparser/download/yargs-unparser-1' url

Is it not working??

Thanks! Fozia

robstryker commented 4 months ago

I'm a bit confused. How exactly are you attempting to install this? This plugin, by itself, does not actually do anything. Only when another plugin attempts to use it or extend it does it have live functionality,.

KhanFozia commented 4 months ago

I am just trying to follow the installation commands given in Read.md npm install npm run build vsce package and it is throwing above error

robstryker commented 4 months ago

Oh I see now, this is the sample repository. My bad. I'll look into this.

robstryker commented 4 months ago

I've targeted the repo to the latest version and fixed the build errors, but I didn't test it to see if it actually runs as expected ;)

But it should! Let me know!

KhanFozia commented 4 months ago

Thank you so much for taking a look. Sure I will check and update you.