PragmaFlow component not showing

Hi, I was trying to install the PragmaFlow component named arbitrary-javascript.
I did everything step-by-step but don’t see it in my adalo profile > developers > shared with me section.
What is the problem?
Btw I have enabled developer mode and installed it to my profile using terminal


I did it and spent almost one day.
For MAC users write these things step by step in your Terminal:
Follow first this video https://www.youtube.com/watch?v=saphxeQ_4Fo
1) clone git repo in your terminal by writing git clone https://github.com/pragmaflowinc/adalo-arbitrary-javascript.gitt
2) go to file cd adalo-arbitrary-javascript
3) intall yarn and npm like in video
4) Install NVM: 1. curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.4/install.sh | bash
2. export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
5) MAIN problem: we need to degrade npm version from current to version 14 by writing nvm install 14
6) Then follow the rest of the video: login and publish privately

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