Whenever I attempt to utilize node-uuid in TypeScript, I encounter the following issue:
Cannot find module uuid
This error occurs when I try to import the uuid npm package.
Is there a way to successfully import the npm uuid package without encountering any errors?