Charles Bridgers IV (he/him)
Results
2
comments of
Charles Bridgers IV (he/him)
I'm seeing that the way to fix this punycode/userland issue in Node is to change ```const punycode = require('punycode');``` to ```const punycode = require('punycode/');```. I have searched my VSCode file...
Fixed my issue, I was trying to do this in the Front End instead of the Back End, classic amateur move.