Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

Erro na isntalação somente do node-sass

Instalei o sass-loader mas o node sass ele dá erro segue o erro:

gyp verb check python checking for Python executable "python2" in the PATH
gyp verb `which` failed Error: not found: python2
gyp verb `which` failed     at getNotFoundError (C:\Dev\Alura\VueJs\alurapic\node_modules\which\which.js:13:12)
gyp verb `which` failed     at F (C:\Dev\Alura\VueJs\alurapic\node_modules\which\which.js:68:19)
gyp verb `which` failed     at E (C:\Dev\Alura\VueJs\alurapic\node_modules\which\which.js:80:29)
gyp verb `which` failed     at C:\Dev\Alura\VueJs\alurapic\node_modules\which\which.js:89:16
gyp verb `which` failed     at C:\Dev\Alura\VueJs\alurapic\node_modules\isexe\index.js:42:5
gyp verb `which` failed     at C:\Dev\Alura\VueJs\alurapic\node_modules\isexe\windows.js:36:5
gyp verb `which` failed     at FSReqCallback.oncomplete (fs.js:168:21)
gyp verb `which` failed  python2 Error: not found: python2
gyp verb `which` failed     at getNotFoundError (C:\Dev\Alura\VueJs\alurapic\node_modules\which\which.js:13:12)
gyp verb `which` failed     at F (C:\Dev\Alura\VueJs\alurapic\node_modules\which\which.js:68:19)
gyp verb `which` failed     at E (C:\Dev\Alura\VueJs\alurapic\node_modules\which\which.js:80:29)
gyp verb `which` failed     at C:\Dev\Alura\VueJs\alurapic\node_modules\which\which.js:89:16
gyp verb `which` failed     at C:\Dev\Alura\VueJs\alurapic\node_modules\isexe\index.js:42:5
gyp verb `which` failed     at C:\Dev\Alura\VueJs\alurapic\node_modules\isexe\windows.js:36:5
gyp verb `which` failed     at FSReqCallback.oncomplete (fs.js:168:21) {
gyp verb `which` failed   code: 'ENOENT'
gyp verb `which` failed }
gyp verb check python checking for Python executable "python" in the PATH
gyp verb `which` succeeded python C:\Users\victo\AppData\Local\Programs\Python\Python37-32\python.EXE
gyp ERR! configure error
gyp ERR! stack Error: Command failed: C:\Users\victo\AppData\Local\Programs\Python\Python37-32\python.EXE -c import sys; print "%s.%s.%s" % sys.version_info[:3];
gyp ERR! stack   File "<string>", line 1
gyp ERR! stack     import sys; print "%s.%s.%s" % sys.version_info[:3];
gyp ERR! stack                                ^
gyp ERR! stack SyntaxError: invalid syntax
gyp ERR! stack
gyp ERR! stack     at ChildProcess.exithandler (child_process.js:303:12)
gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
gyp ERR! System Windows_NT 10.0.18363
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Dev\\Alura\\VueJs\\alurapic\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
gyp ERR! cwd C:\Dev\Alura\VueJs\alurapic\node_modules\node-sass
gyp ERR! node -v v12.18.4
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok
Build failed with error code: 1
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\webpack-dev-server\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\watchpack-chokidar2\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-sass@4.5.0 postinstall: `node scripts/build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@4.5.0 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\victo\AppData\Roaming\npm-cache\_logs\2020-10-28T00_44_35_731Z-debug.log

1 resposta
solução!

Você parece estar usando uma versão do Node.js incompatível (12).

Veja a versão compatível no exercício de infra estrutura

https://cursos.alura.com.br/course/vue-parte1/task/23201

Quer mergulhar em tecnologia e aprendizagem?

Receba a newsletter que o nosso CEO escreve pessoalmente, com insights do mercado de trabalho, ciência e desenvolvimento de software