The community member noticed that the installation method for a project has changed to use bun-js, but when trying to install, they encountered an error indicating that Bun could not find a package.json file. Another community member asked if the repository was correctly cloned and if the package.json file was present, to which the original poster responded that they had synchronized with the latest update and the package.json file was in the folder, but the issue was still occurring.
I noticed that the installation method changed, now it uses bun-js, but when trying to install it displays the following error:
ricardo@ricardo:/var/www/html/typebot.io$ bun i error: Bun could not find a package.json file to install from note: Run "bun init" to initialize a project