I am trying to generate a secret key by running the following command in the terminal:
node require('crypto').randomBytes(64).toString('hex')
I am doing this on another tab while the server is running, but getting this as output:
zsh: unknown file attribute: h
What am I doing wrong here? TIA