Just installed user-agents. Pasted in the basic example, and const userAgent = new UserAgent(); returns ReferenceError: UserAgent is not defined
I logged the variable which required user-agents and the package exists and is installed correctly. I'd hope this is an issue on my end because this seems like a promising package.
Just installed user-agents. Pasted in the basic example, and
const userAgent = new UserAgent();
returnsReferenceError: UserAgent is not defined
I logged the variable which required user-agents and the package exists and is installed correctly. I'd hope this is an issue on my end because this seems like a promising package.
Thanks.