Pragmaflow installation on mac

Hello

I’m not a developer so all of this is pretty new to me :slightly_smiling_face:

I’m trying to install the chat feature from pragmaflow on my mac terminal. I’ve read few answers on the forum but I still cannot figure it out.

I did the followings:
git clone GitHub - pragmaflowinc/adalo-realtime-chat
Cloning into ‘adalo-realtime-chat’…
remote: Enumerating objects: 31, done.
remote: Counting objects: 100% (31/31), done.
remote: Compressing objects: 100% (20/20), done.
remote: Total 31 (delta 5), reused 28 (delta 5), pack-reused 0
Receiving objects: 100% (31/31), 139.51 KiB | 1.08 MiB/s, done.
Resolving deltas: 100% (5/5), done.

~ % https://github.com/pragmaflowinc/adalo-realtime-chat$ yarn build
zsh: no such file or directory: https://github.com/pragmaflowinc/adalo-realtime-chat$
MacBook-Pro-2 ~ % https://github.com/pragmaflowinc/adalo-realtime-chat$ yarn build yarn run v1.22.4
zsh: no such file or directory: https://github.com/pragmaflowinc/adalo-realtime-chat$
MacBook-Pro-2 ~ % https://github.com/pragmaflowinc/adalo-realtime-chat$ npx adalo login
zsh: no such file or directory: /adalo-realtime-chat

I also tried this:
MacBook-Pro-2 ~ % npx adalo login
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/adalo - Not found
npm ERR! 404
npm ERR! 404 ‘adalo@*’ is not in this registry.
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/x/.npm/_logs/2023-06-04T10_10_51_157Z-debug-0.log

I’m just really lost here. Any help?

thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.