I recently wanted to start a small food delivery business, but I didn't know where to start. I needed information on how to create a food delivery app, because it's very relevant now. I came across an article on a website that described food delivery app development in detail. There are a lot of useful tips and even examples that can be applied in practice. I especially liked that they talked about various bonuses and offers that can facilitate the creation of an app. The site helped me to understand that the process is not as complicated as it seemed at first and gave me confidence in my abilities.
I recently wanted to start a small food delivery business, but I didn't know where to start. I needed information on how to create a food delivery app, because it's very relevant now. I came across an article on a website that described food delivery app development in detail. There are a lot of useful tips and even examples that can be applied in practice. I especially liked that they talked about various bonuses and offers that can facilitate the creation of an app. The site helped me to understand that the process is not as complicated as it seemed at first and gave me confidence in my abilities.
The cli setup worked on my mac. On windows I could not get it to be registered globally. Just got command not found. ChatGPT plus myself could not get it to work. :(
Thanks for the article. Liked the style. Unfortuantly I got stuck, when I try and run note I get command not found returned by zsh
Cyfer Tech
For me 'npm link' worked, instead of 'bun link', to install the cli.
Though the entire project was done with bun and no trace of node or npm was there in my project, 'npm link' worked. Even my index.ts file had this - '#! /usr/bin/env bun' in the fist line.