Replies: 1 comment 7 replies
-
|
It looks like your instance of NodeJS is installed in the user profile. If you reinstall it using Winget with admin (or system) privileges, WAU should be able to update it properly. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have added OpenJS.NodeJS.* to our whitelist but I'm noticing it does not work as expected. WAU does not see it when running.
I have figured out it's due to the initial install is done manually with an elevated account.
When I run
winget liston an affected client it shows:As you can see, empty in the 'source' column.
But if I run
winget list --id openJS.NodeJS.LTSit shows:On my test VM (where I installed as SYSTEM) it works with winget list and it gets updated fine.
I guess it has something to do with how the application register itself depending on who installed it.
I realize this is maybe not a WAU issue, but since it works with
winget list --id openJS.NodeJS.LTS, maybe there is some solution?Beta Was this translation helpful? Give feedback.
All reactions