You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
At line https://github.com/npm/npm-lifecycle/blob/v2.0.3/index.js#L24 the code does the handling for the case that the Path environment variable in Windows is defined with different casing.
Now even in the case where Path is not defined at all (which is highly unlikely), line 25 makes sure that it gets defined using the name Path. Therefore
OS: Windows 10
Node: Any
npm: 6.1.0
As mentioned in npm/npm#20815
The text was updated successfully, but these errors were encountered: