-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
Bugthing that needs fixingthing that needs fixingNeeds Discussionis pending a discussionis pending a discussionNeeds Triageneeds review for next stepsneeds review for next stepsRelease 8.xwork is associated with a specific npm 8 releasework is associated with a specific npm 8 release
Description
Is there an existing issue for this?
- I have searched the existing issues
This issue exists in the latest npm version
- I am using the latest npm
Current Behavior
$ cat ~/.npmrc
init-author-name=<name>
init-author-email=<email>
init-author-url=<url>
$ npm i
npm WARN config init.author.name Use `--init-author-name` instead.
The init.author.name
warning is still there
Expected Behavior
Warning init.author.name
should stop like other 2.
Steps To Reproduce
-
In this environment...
Mac OS Monterey on Macbook Pro 16 2021
Node v18.0.0 installed via brew
NPM v8.8.0 -
With this config...
init-author-name="Foo bar"
init-author-email=[email protected]
init-author-url=https://github.com/foobar -
Run
npm i
-
See error:
npm WARN config init.author.name Use
--init-author-nameinstead.
Environment
- npm:
- Node.js:
- OS Name:
- System Model Name:
- npm config:
; copy and paste output from `npm config ls` here
Solotov and Guerrasdavid77
Metadata
Metadata
Assignees
Labels
Bugthing that needs fixingthing that needs fixingNeeds Discussionis pending a discussionis pending a discussionNeeds Triageneeds review for next stepsneeds review for next stepsRelease 8.xwork is associated with a specific npm 8 releasework is associated with a specific npm 8 release