Azure / Azurite

A lightweight server clone of Azure Storage that simulates most of the commands supported by it with minimal dependencies
MIT License
1.8k stars 320 forks source link

Unable to install latest version of Azurite on windows #2202

Open AndyWDev opened 11 months ago

AndyWDev commented 11 months ago

Which service (blob, file, queue, table) does this issue concern?

All

Which version of the Azurite was used?

Latest available

Where do you get Azurite? (npm, DockerHub, NuGet, Visual Studio Code Extension)

npm 10.1.0

What's the Node.js version?

18.8.0 LTS

What problem was encountered?

After dependencies are installed, nothing else is. I also get the warning uuid@3.4.0 please upgrade to version 7 or higher.

Steps to reproduce the issue?

Open windows terminal Change to folder location, create Azurite folder, change into it. Issue npm install azurite command wait for install to finish, check for errors (none apart from warning) check contents of directory, can see node-modules, and package files.

Expecting Azurite command files etc. to be in this directory (I had a previous install which did this, I could then run azurite.cmd to start it).

Have also tried on a clean Windows 11 machine and get the same result.

-d "<pathtodebuglog>"

Please be sure to remove any PII or sensitive information before sharing!
The debug log will log raw request headers and bodies, so that we can replay these against Azurite using REST and create tests to validate resolution.

Have you found a mitigation/solution?

no

blueww commented 11 months ago

@EmmaZhu Would you please help to look at this issue?