i run command as below iisexpress-proxy localPort to proxyPort to Make the Web API accessible remotely . but it says
iisexpress-proxy : The term 'iisexpress-proxy' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of
the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ iisexpress-proxy localPort to proxyPort
+ ~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (iisexpress-proxy:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Note thzt it is needed for remote access. My personal preference was to use an emulator on my own machine (which can be configured to access services on the host machine) and then a "real" dev/test server.
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Member
84 Points
1323 Posts
pack age manager console not working
Dec 10, 2020 06:02 AM|erum|LINK
i run command as below iisexpress-proxy localPort to proxyPort to Make the Web API accessible remotely . but it says
iisexpress-proxy : The term 'iisexpress-proxy' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of
the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ iisexpress-proxy localPort to proxyPort
+ ~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (iisexpress-proxy:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
All-Star
48280 Points
17983 Posts
Re: pack age manager console not working
Dec 10, 2020 11:06 AM|PatriceSc|LINK
Hi,
And you followed https://www.npmjs.com/package/iisexpress-proxy ie it is installed as a global module?
You try to run this from a PowerShell script?
Member
84 Points
1323 Posts
Re: pack age manager console not working
Dec 11, 2020 05:55 AM|erum|LINK
i m following below link to work on project and stuck here as mentioned in my last post
https://www.commonlounge.com/community/8733d50717d04254982be176ac58dd9f
All-Star
48280 Points
17983 Posts
Re: pack age manager console not working
Dec 11, 2020 08:25 AM|PatriceSc|LINK
And you ran the following ?
Or try
Note thzt it is needed for remote access. My personal preference was to use an emulator on my own machine (which can be configured to access services on the host machine) and then a "real" dev/test server.
Contributor
2380 Points
680 Posts
Re: pack age manager console not working
Dec 11, 2020 09:19 AM|YihuiSun|LINK
Hi erum,
You need the Node.js development workload and the Node.js runtime installed to add npm support to your project.
After successfully installing Node.js, you can follow the instructions in this link.
Best Regards,
YihuiSun