this error
npm WARN config global --global
, --local
are deprecated. Use --location=global
instead.
npm install @vue/cli
npx create-react-app my-app
this error
npm WARN config global --global
, --local
are deprecated. Use --location=global
instead.
npm install @vue/cli
npx create-react-app my-app
Seems to be a known issue with Windows. The issue has been already been solved on this thread: npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead