I've been trying to publish my package to the NPM Registry.
I get an error that I am not allowed to push my package to the registry.
403 Forbidden - PUT https://registry.npmjs.org/qdb - You do not have …
My version of node is always v0.6.1-pre even after I install brew node and NVM install v0.6.19.
My node version is:
node -v
v0.6.1-pre
NVM says this (after I install a version of node for the first time …
I just installed Node.js and npm (for additional modules).
How can I update Node.js and the modules which I'm using to the latest versions?
Can npm do it, or do I have to remove and reinstall Node.js …