Closed ayang21 closed 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.
@ayang21, have you tried using nvm?
Yeah I did. The issue was fixed. I just wondered if anyone knows about any other problems have occurred with node versions with Pushkin
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.