portfolio
portfolio copied to clipboard
ReferenceError: crypto is not defined
First of all thanks for this amazing project. I have installed the node_modules, and run:
npm run dev
and I am facing this error:
Any help would be much appreciated. Thanks
I have the same error, how did you fix it?
My node version is v18.17.0 and I am facing the same issue.
Looks like you need to be on node 19+ to access crypto from Remix's dev server. I'll update the readme to specify node 19 instead of 18 like it does currently.