Not sure if I'm missing something, if the docs are confusing or if it's a bug or a mix of all of the above #481
-
Hi, newbie here I just discovered kool and it looks like something really nice so I start to check the doc for my specific use case: developing a vanilla node.js app. The doc state "Stop installing different tech stacks on your local machine" so I'd give it a shot on a brand new linux machine with only the latest docker and docker compose installed. No node.js at all, nor global nor nvm, nothing. Then I check the nodejs preset as documented here but it didn't work. The
but
Obviously the missing
but the actual one is
as you can see the actual setup just install the dependencies but it doesn't even try to start the app, to do that I have to run manually If (and I know it's a really big IF) I understand correctly something it seems like the doc is about a previous version of the nodejs preset so it must be updated but the actual node.js preset isn't working by itself as the setup try to do an If I'm just missing something I need your help but if something is broken and someone can help me understand how things should works properly I'll be more than happy to write a PR to solve the issue. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hello @Edo78 ! I believe you have a good read of the situation. We already have a few improvements ready to go with next version probably within this upcoming week - including updating the default Node version these presets come out the box with. I will take a look and try to fix the preset by adding that init command so we have at least an empty package.json to start with. I will refer the PR to this discussion once I get it up. Thanks for trying out Kool, our main goal is facilitating the whole "web apps in a Docker container". Feedbacks like yours are most welcome and will help us improve where it's needed! |
Beta Was this translation helpful? Give feedback.
-
Thank you very much 👍 A little OT, I just noticed that |
Beta Was this translation helpful? Give feedback.
Hello @Edo78 !
I believe you have a good read of the situation.
We already have a few improvements ready to go with next version probably within this upcoming week - including updating the default Node version these presets come out the box with.
I will take a look and try to fix the preset by adding that init command so we have at least an empty package.json to start with.
I will refer the PR to this discussion once I get it up.
Thanks for trying out Kool, our main goal is facilitating the whole "web apps in a Docker container". Feedbacks like yours are most welcome and will help us improve where it's needed!