LimeChain / matchstick

🔥 Unit testing framework for Subgraph development on The Graph protocol. ⚙️
MIT License
207 stars 17 forks source link

Error fetching release: Request failed with status code 404 #357

Closed stevedefazio closed 2 years ago

stevedefazio commented 2 years ago

Downloading release from https://github.com/LimeChain/matchstick/releases/download/0.5.1/binary-windows

This gives a 404 error, and looking at the releases, I can see there is indeed no "binary-windows" file. Is this intentional? How do you recommend I run this on windows?

Here is the full error when I run npm run test

dashboard@1.0.0 test graph test

Downloading release from https://github.com/LimeChain/matchstick/releases/download/0.5.1/binary-windows Error fetching release: Request failed with status code 404 npm ERR! Lifecycle script test failed with error: npm ERR! Error: command failed npm ERR! in workspace: dashboard@1.0.0 npm ERR! at location: C:\Users\Family\projects\subgraph-monorepo\subgraphs\internal-dashboard

dimitrovmaksim commented 2 years ago

We removed the windows support some versions ago, because there were issues with them. You can use either Docker https://thegraph.com/docs/en/developer/matchstick/#docker

or WSL (Windows Subsystem for Linux) https://docs.microsoft.com/en-us/windows/wsl/install

https://thegraph.com/docs/en/developer/matchstick/#wsl-windows-subsystem-for-linux