The cmd:npm i -g --unsafe-perm node-red give error
Did you try: npm install -g node-red –unsafe-perm –production
?
Note that the arguments are after the thing to install. –production
ensures that you are not getting any of the development “cruft”.
What happens if you drop the —unsafe-perm flag. It isn’t really needed in most instances.
Did you try what it suggests? --omit=dev instead of -production?
I don't expect it to make a difference though.
yes… always same error
Good find.
@MarcoGaspar add a comment to that issue telling them the command you are using so they can test it.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.