I got this error when running "npm install" in the directory of an app containing the package.jason file. (after installing latest version of node 64bit for windows)
TRACKER : error TRK0005: Failed to locate: "CL.exe". [C:\APPDIRECTORY\node_modules\...\keccak.vcxproj]
Now, I recognize that vcxproj from other threads online, but I´m not sure excatly what it means.. Is it something to do with visual studio??
I try to not post every line here, but I also see these kind of problems related to msbuild and node-gyp among others... for example:
npm run rebuild || echo "Keccak bindings compilation fail. Pure JS implementation will be used."
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
gyp ERR! node -v v14.12.0
gyp ERR! node-gyp -v v5.1.0
gyp ERR! not ok
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] rebuild: node-gyp rebuild
npm ERR! Exit status 1
and...
gyp ERR! build error
gyp ERR! stack Error: C:\Program Files (x86)\MSBuild\14.0\bin\MSBuild.exe failed with exit code: 1
Trust me.. I´ve googled a ton already, but as a newbie at this, it´s really hard to pinpoint the problem in order to solve them. :-/
I´m thinking maybe someone here can see the overall issue of it all much quicker than me...
Sep 26, 2020, 6:44 PM