Skip to content

Instantly share code, notes, and snippets.

@mdmoinulhossain
Created January 6, 2023 19:07
Show Gist options
  • Save mdmoinulhossain/bf0518ebcc111ef422cd02a8e0b97666 to your computer and use it in GitHub Desktop.
Save mdmoinulhossain/bf0518ebcc111ef422cd02a8e0b97666 to your computer and use it in GitHub Desktop.
npm WARN config global --global, --local are deprecated. Use --location=global instead.

As for the actual warning, open Powershell on as an administrator and type the following commands:

$ Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force

$ npm install --global --production npm-windows-upgrade

$ npm-windows-upgrade --npm-version latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment