Failed to spawn bolt shell -ENOENT: no such file or directory

Hi all,

Joined recently and really excited with bolt.diy ,but I have a few issues I have not managed to circumvent,
I have windows server 2022 Datacenter, with 64gb ddr5 4060ti and a ryzen 9 9900 with 2tb ssd

ive tried everything followed everything, tried with docker, with git, massive problems, everywhere, I get constantly Failed to spawn bolt shell, Failed to fetch and Failed to spawn bolt shell - enoent no such file or directory , the quey i do is please provide me with a simple landing page in html and css,

it doesnt produce the files, the ai through lm studio is responding and working but bolt doesnt produce the files


1. {

2. "System": {

3. "os": "Windows",

4. "browser": "Chrome 132.0.0.0",

5. "screen": "3440x1440",

6. "language": "en-US",

7. "timezone": "America/Los_Angeles",

8. "memory": "4 GB (Used: 87.08 MB)",

9. "cores": 24,

10. "deviceType": "Desktop",

11. "colorDepth": "24-bit",

12. "pixelRatio": 1,

13. "online": true,

14. "cookiesEnabled": true,

15. "doNotTrack": false

16. },

17. "Providers": [

18. {

19. "name": "LMStudio",

20. "enabled": true,

21. "isLocal": true,

22. "running": false,

23. "lastChecked": "2025-02-01T23:30:36.186Z",

24. "responseTime": 22.574999999720603,

25. "url": "http://127.0.0.1:1234"

26. },

27. {

28. "name": "Ollama",

29. "enabled": false,

30. "isLocal": true,

31. "running": false,

32. "error": "No URL configured",

33. "lastChecked": "2025-02-01T23:30:36.164Z",

34. "url": null

35. },

36. {

37. "name": "OpenAILike",

38. "enabled": false,

39. "isLocal": true,

40. "running": false,

41. "error": "No URL configured",

42. "lastChecked": "2025-02-01T23:30:36.164Z",

43. "url": null

44. }

45. ],

46. "Version": {

47. "hash": "ecf3cad",

48. "branch": "main"

49. },

50. "Timestamp": "2025-02-01T23:30:37.424Z"

51. }

prnt.sc/dBb-Hztot8nH

prnt.sc/9bDVdKnt6xt3

Thinking that maybe was wrong with the firewall or the paths, or anything i decided to format and go from a clean slate, and I still get the same issue

what am i doing wrong?
Thanks a lot in advance and kind regards

Are you following a guide to install. You’ll usually get ENOENT error when issuing a command in the incorrect folder (common mistake) r the file actually doesn’t exist.

What command are you executing when you get that error. and in which directory/folder…?

Did you use this guide ?

Deploying Bolt.diy with Cloudflare Pages (the easy way!)

@arcadien I guess you missing installing MS Redis C++ in the newest version or wrong NodeJS version.

Take a look at my install video and see if it helps when doing the exact same steps and versions:

Hey Thanks for the reply :slight_smile:

Yeah I did exactly that Leex279 that one of the videos and links i followed:
https://task-list-advanced.netlify.app/
step by step I really dont know how to debug this, since the console isnt even giving any hints or anything

Infact, i downgraded nodejs, and redid everything, and when i formated and did a clean install, with the step by step guide i did chose the 20 instead of the latest 22

at this point im quite lost xD looks like everything is in place and nothing works,

In the first instance, I had wamp and all the required MS Redis c++ and Visual net so it had them basically all 2015 2019 2020 2021 2022 etc

second format and try , I only installed the x64 c++ redis , but still same issue,

I formated and put ubuntu 24 desktop version , and its working, but I really dont want ubuntu I want to have it working with windows 2022 datacenter

Ok, seems to be an issue then on the datacenter windows version maybe, but docker should still work in my view.

Try to use my bolt-docker-stack, which is working fine for nvidia for me and at least some other guy let test:

! AMD not working at the moment in case someone else sees this and tries it !