I am trying to use a npm module called ‘uniqid’ which I have request and it has been approved.
However, when I install the package through the Package Manager, it appears normally on the side bar within the node_modules folder.
But doesn’t appear as ‘Installed’ in the package manager in the Installed Packages tab. I also can’t import the package into my backend code, my console will always tell me that it can’t find the module.
How can I solve this issue?
Best
Eliot