aemfed
aemfed copied to clipboard
401 Unauthorized - On trying to install
❯ npm install aemfed --save-dev npm ERR! code E401 npm ERR! 401 Unauthorized: less-tree@https://github.com/abmaonline/less-tree/tarball/58baecb
Just tried to install it on 2 machines, both w/o this error.
Do you maybe have a stale $NPM_TOKEN env var or _authToken set in an .npmrc (look in your home directory and the project directory)? Could you tell me your node and npm versions?
Just published a release candidate w/o the tarballs, probably also fixes your issue.
Please use npm install aemfed@next
to install the latest release candidate (or npm install [email protected]
when you want to be explicit).
Using @next
also solved the npm ERR! Unable to authenticate, need: Basic realm="GitHub"
issue I have been getting.