1

I am trying to run the "PartsUnlimited" project that I have cloned from GitHub and it gives me this error

The command "npm install -- loglevel=error" exited with 9009

I really can't figure out how to fix this issue.

Stephen Kennedy
  • 20,585
  • 22
  • 95
  • 108
IOSporgrammerIOS
  • 223
  • 4
  • 12
  • 4
    Possible duplicate of [nuget install exit code 9009](https://stackoverflow.com/questions/15097538/nuget-install-exit-code-9009) –  Mar 08 '18 at 15:56
  • @Amy Hi Amy. But my error is totally different than the link you provided.. – IOSporgrammerIOS Mar 08 '18 at 16:01
  • npm install exited with 9009 is totally different how? –  Mar 08 '18 at 16:16
  • 1
    Error 9009 only tells you that the build event failed. Exactly why it does not know, all it could see was that the process exit code was not 0. You must look in the Output window for a diagnostic message produced by that program. – Hans Passant Mar 09 '18 at 13:04

1 Answers1

0

Installing Node.js solved this error on Visual Studio 2022.

https://nodejs.org/en/download/

Andrew Borst
  • 338
  • 3
  • 12