npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
This utility will walk you through creating a package.json file.
It only covers the most common items, and tries to guess sensible defaults.
See `npm help init` for definitive documentation on these fields
and exactly what they do.
Use `npm install <pkg>` afterwards to install a package and
save it as a dependency in the package.json file.
Press ^C at any time to quit.
package name: (server)
Ввожу
npm init
, выдаёт вот это (node js установлен). Нашёл в сети, что нужно использовать
--location=global
, а куда это прописать грамотно не могу понять.