I’m having a error installing windows build tools. I attatched the log in the bottoms from the power shell
npm install -g windows-build-tools ERR
Collapse
X
-
Tags: None
-
Let’s get your complete PC specs.
get Speccy from here; Speccy - Download Builds
in Speccy, click File > Publish Snapshot (hit Yes if prompted to proceed with publish) > Copy to Clipboard > Close.
now you can paste (Ctrl+V) that link into your next post. -
-
I type in
npm install -g windows-build-tools on power shell I assume the C drive that’s really all the info I got atmComment
-
what is “npm install” - is it something you are typing within some other program, or on the command prompt?
npm is not a PowerShell command.
see if this helps: npm install windows-build-tools on windows - Stack Overflow
otherwise, I’ve got nothing as I am not understanding how/what you are doing?
hopefully others will chime in?Comment
-
See if this at all looks like you are using the incorrect command.
https://www.npmjs.com/package/window...-tools/v/2.3.0
How we get our Windows command-line environments set up for the Node.js (actually, Electron) application my team is developing.
Comment
Comment