aemfed icon indicating copy to clipboard operation
aemfed copied to clipboard

401 Unauthorized - On trying to install

Open bhellema opened this issue 4 years ago • 3 comments

❯ npm install aemfed --save-dev npm ERR! code E401 npm ERR! 401 Unauthorized: less-tree@https://github.com/abmaonline/less-tree/tarball/58baecb

bhellema avatar May 11 '20 19:05 bhellema

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?

abmaonline avatar Jun 03 '20 19:06 abmaonline

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).

abmaonline avatar Jun 15 '20 20:06 abmaonline

Using @next also solved the npm ERR! Unable to authenticate, need: Basic realm="GitHub" issue I have been getting.

arumsey avatar Jun 17 '20 12:06 arumsey