Robin Abbi
Robin Abbi
Required `yarn add [email protected] --save` That version worked for me because it satisfies the core-js/fn/promise dependency.
I may have missed it, but updating the documentation to include the redirect path would allow users to register their client with their Oauth2 provider more easily.
Same problem. On my machine (also with nvm using lts) it looks like it picks up "/usr/bin/node" instead of the actual node executable in the environment.
Try this: `$ spago repl -u "--node-path ~/.nvm/versions/node/v18.14.1/bin/node"` purs repl has an option "--node-path" and spago repl has an option -u for purs options. This allowed me to run the...