pushkin-consortium / pushkin

A customizable, scalable ecosystem for massive online psychological experiments
https://pushkin-consortium.github.io/pushkin/
MIT License
24 stars 11 forks source link

Pushkin not found #239

Closed ayang21 closed 1 year ago

ayang21 commented 1 year ago
image

I was previously getting the error above after trying to run a simple pushkin command where it stated that pushkin would not be recognized even after running yarn global add pushkin-cli. I even tried to do reinstall node@20.2.0 and then continuing my process from there.

ayang21 commented 1 year ago

In order to fix this issue, I had to install node@20.5.0 and then running npm install --global yarn. Everything after this was normal and pushkin commands run smoothly, but I'm interested in seeing how the new node version interacts with pushkin.

jessestorbeck commented 1 year ago

@ayang21, have you tried using nvm?

ayang21 commented 1 year ago

Yeah I did. The issue was fixed. I just wondered if anyone knows about any other problems have occurred with node versions with Pushkin