CL.exe not found when installing ion using npm on Windows 10

I am new to ionic, so any help would be greatly appreciated. I am trying to install ionic on windows 10 using npm. I installed Cordoba "successfully." I just got a warning that xmlbuilder was expecting an older version of node, but it seemed like everything went fine, since there were no errors after that. However, when I try to install ionic, it works almost to the end, and then it fails, I think when it tries to compile some files, which indicates that the download was successful. I think everything starts to go wrong here:

ClCompile: CL.exe / c / I "C: \ Users \ Iyke.node-gyp \ 5.0.0 \ include \ node" / I "C: \ Users \ Iyke.node-gyp \ 5.0.0 \ src" / I "C: \ Users \ Iyke.node -gyp \ 5.0.0 \ deps \ uv \ include" / I "C: \ Users \ Iyke.node-gyp \ 5.0.0 \ deps \ v8 \ include" / Zi / nologo / W 3 / WX / Ox / Ob 2 / Oi / Ot / Oy / GL / D / D "LIBSASS_VERSION = \" 3.2.5 \ "/ GF / Gm- / MT / GS / Gy / fp: prec ise / Zc: wchar_t / Zc: forScope / Zc: inline / GR- / Fo" Release \ obj \ libsass \ "/ Fd" Release \ obj \ libsass \ libsass.pdb "/ Gd / TP / wd4351 / wd4355 / wd4800 / wd 4251 / errorReport: queue / GR / EHs / MP .... \ src \ libsass \ ast. cpp .... \ src \ libsass \ base64vlq.cpp .... \ src \ libsass \ bind.cpp .... \ src \ libsass \ constants.cpp .... \ src \ libsass \ context.cpp. ...\ src \ libsass \ conte xtualize.cpp .... \ src \ libsass \ contextualize_eval.cpp .... \ src \ libsass \ cssize.cpp .... \ src \ libsass \ emitter.cpp .... \ src \ libsass \ error_handling.cpp .... \ src \ libsass \ eval.cpp .... \ src \ libsass \ expand.cpp .... \ src \ libsass \ extend.cpp .... \ src \ libsass \ file.cpp .... \ src \ libsass \ functions.cpp .... \ src \ libsass \ inspect.cpp .... \ src \ libsass \ json.cpp .... \ src \ libsass \ lexer.cpp .... \ src \ libsass \ listize.cpp .... \ src \ libsass \ node.cpp .... \ src \ libsass \ output.cpp .. \ .. \ src \ libsass \ parser .cpp .... \ src \ libsass \ plugins.cpp .... \ src \ libsass \ position.cpp .... \ src \ libsass \ prelexer.cpp .... \ src \ libsass \ remove_placeholders.cpp .... \ src \ libsass \ sass.cpp .... \ src \ libsass \ sass2scss.cpp .... \ src \ libsa ss \ sass_context.cpp .... \ src \ libsass \ sass_functions.cpp. ... \ src \ libsass \ sass_util.cpp .... \ src \ libsass \ sass_value s.cpp .... \ src \ libsass \ source_map.cpp .... \ src \ libsass \ to_c.cpp .... \ src \ libsass \ to_string.cpp .... \ src \ libsass \ u nits.cpp .... \ src \ libsass \ utf8_string.cpp .... \ src \ libsass \ util.cpp TRACKER: Error TRK0005: Could not find: "CL.exe". The system cannot find the file specified. [C: \ Users \ Iyke \ AppData \ Roaming \ NPM \ node_modules \ ionic \ node_modules \ ionic application PB \ node_modules \ node-sass \ build \ SRC \ libsass.vcxproj]

"...\AppData\Roaming\\node_modules\\node_modules\- \ node_modules\ e-sass\build\src\libsass.vcxproj "( ) - FAILED.

"...\AppData\Roaming\\node_modules\\node_modules\- \ node_modules\ e-sass\build\binding.vcxproj.metaproj "( ) - FAILED.

"...\AppData\Roaming\\node_modules\\node_modules\- \ node_modules\ e-sass\build\binding.sln "( ) - FAILED.

FAILED.

"...\AppData\Roaming\\node_modules\\node_modules\- \ node_modules\node -sass\\binding.s ln "( ) (1) → " C:\Users\Iyke\AppData\Roaming\\node_modules\\node_modules\- \node_modules\node -sass\\binding.v cxproj.metaproj "( ) (2) → "...\AppData\Roaming\\node_modules\\node_modules\- \node_modules\node -sass\\SRC\libsa ss.vcxproj "( ) (3) → ( ClCompile) → TRACKER: TRK0005: :" CL.exe ". . [...\AppDat \Roaming\\node_modules\\node_modules\- \node_modules\node -sass\\SRC\libsass.vcxproj]

0 () 1 () 00: 00: 04.07 gyp ERR! gyp ERR! stack Error: C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe : 1 gyp ERR! ChildProcess.onExit(...\AppData\Roaming\\ node_modules\\node_modules\- \node_modules\node -sass\node_modules\node -gyp\Lib\ .js: 270: 23) gyp ERR! stack at emitTwo (events.js: 87: 13) gyp ERR! ChildProcess.emit(events.js: 172: 7) gyp ERR! Process.ChildProcess.handle.onexit(internal/childprocess.js: 200: 12) gyp ERR! Windows_NT 10.0.10240 gyp ERR! " C:\Program \nodejs\node.exe ""...\AppData\Roaming\\node_modules\\node_modules\- \node_modules\node -sass\node_modules\node -gyp\Bin\node -gyp.js "rebuild" "--verbose" "--libsass_ext =" " --libsass_cflags = "" --libsass_ldflags = "" --libsass_library =" gyp ERR! ...\AppData\Roaming\\node_modules\\node_modules\- \node_modules\node -sass gyp ERR! node -v v5.0.0 gyp ERR! node -gyp -v v3.0.3 gyp ERR! npm WARN: node -sass@3.3.3 node -sass@3.3.3 postinstall: node scripts/build.js npm WARN install: node -sass@3.3.3 1

.

CL.exe "Microsoft Visual Studio 11.0\VC\bin", "Microsoft Visual Studio 12.0\VC\bin"

, . , ...

+4
1

Node 4.2.1, . , 5.0 , , . , .

+1

Source: https://habr.com/ru/post/1614117/


All Articles