I have installed node-gyp globally in order to install scrypt. While installing the node-gyp package, the 101@1.6.3 package was installed along with it. Realising that I did not need the node-gyp and scrypt packages, I have tried to remove the 101@1.6.3 package, but sudo npm uninstall does not remove it. How can I properly uninstall this packages?
I have installed node-gyp globally in order to install scrypt. While installing the node-gyp package, the 101@1.6.3 package was installed along with it. Realising that I did not need the node-gyp and scrypt packages, I have tried to remove the 101@1.6.3 package, but sudo npm uninstall does not remove it. How can I properly uninstall this packages?
Thank you. J