Skip to content

Conversation

@Voxiiz
Copy link

@Voxiiz Voxiiz commented Mar 17, 2024

Algorand Coding Challenge Submission

What was the bug?

all the depedencies weren't install

How did you fix the bug?

I first used the command : algokit bootstrap all

then I try : npm run test
but I got this error

1

so I tried to install the latest version of algokit : pipx upgrade algokit
bootstrap again but nothing changed. However the bootstrap command told me that there were 3 vulnerabilities so I fixed them with : npm audit fix

2

still not working.
After that I was looking for help in the Algorand's discord. That's where I found I have to change the command "algokit generate" by "algokitgen generate" in the file package.json. (line 6)

After that, It finally worked

Console Screenshot:

finish

@iskysun96 iskysun96 added the Approved ✅ Successfully completed the challenge! label Mar 18, 2024
@iskysun96
Copy link
Contributor

Great job debugging! Although that shouldn't happen :( We are investigating this now. Are you on windows?

🎉 Congrats on solving the 2nd Algorand Coding Challenge!

I have labeled your PR approved so you can now claim your certificate.

You can claim your certificate of completion NFT here:
https://goplausible.xyz/claim/c45kmyrg5vxtmzd4pz1cefpq70e7rp8tx6dyjcve8w544f35kgf6155h5nq6dgj7q3gceg1214gqfjbysvqxsyf2bnp5eyc5rnhy230

@iskysun96 iskysun96 added the LEGENDARY Recognizing the REAL ones 👑 label Mar 18, 2024
@Voxiiz
Copy link
Author

Voxiiz commented Mar 18, 2024

Thank you :) and yes I'm on windows

@iskysun96
Copy link
Contributor

The problem is fixed in this PR! Again thank you for bringing this to our attention ❤️
algorandfoundation/algokit-cli#458

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Approved ✅ Successfully completed the challenge! LEGENDARY Recognizing the REAL ones 👑

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants