Checklist:
- : I’ve uncommented the code.
- : I’ve saved the changes.
- : I’ve run the git commands:
git commit -am "[seeking help on forum]"
git push origin master
Here’s a screenshot showing the output from running the Git commands:
[Attach screenshot here]
amulyay@b0f1d8540a64 codecrafters-http-server-typescript % git push origin master
Everything up-to-date
[Share other details here]
I think git push ran a hook the first time and it failed with an error that I did not capture. Something about bun not able to install.
The issue is that git push succeeded despite the hook failing, and status shows as Listening for push.
andy1li
3
Hi @codingplaytime, it seems that you’ve modified package.json
without updating bun.lockb
:
Steps to pass stage 1:
- Make sure you have
bun
installed on your system.
- Run
bun install
in the repo (to update bun.lockb
).
- Commit everything and push again.
Could you give this a try, and please let me know how it goes?
That worked, thanks Andy for quick response.
1 Like
system
Closed
5
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.