npm install -g --unsafe-perm node-red
``npm warn "node-red" is being parsed as a normal command line argument.
npm warn Unknown cli config "--unsafe-perm". This will stop working in the next major version of npm.
npm warn deprecated tar@7.5.7: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
Windows 11 latest Node JS and NPM will not install node-red
All is see are warnings!
PS, what version of NodeJS are you using (you can run node --version to find out)
In current NPM, --unsafe-perm is now deprecated and can be omitted.
BTW, for me (when on Windows), NPM only runs when in an administrator cmd-line.
but maybe that is just how my PC is configured
That is a poor configuration. My installation of node.js does not behave that way. Even for npm global installs.
Worth noting that some fairly drastic changes will be landing in npm I believe, especially for v12(?). They are really strengthening the security settings.
Sorry, took these as errors and thought the install did not continue. As Steve said they are warnings and it does actually install. It installed so fast on my computer i thought it dumped out. Thank you all for taking the time to reply. I appreciate it very much.
Mark