1
resposta

Problema npm start no ponto de partida

Instalei o gulp, yo e o generator-electrode e rodei o npm install no diretório porém quando executo o npm start, me deparo com esse erro:

➜  projeto-instalura-ssr-codigo-ponto-partida git:(master) ✗ npm start

> instalura-ssr@0.0.1 start /home/desenvolvimento1/Desenvolvimento/Curso-React/projeto-instalura-ssr-codigo-ponto-partida
> if test "$NODE_ENV" = "production"; then npm run prod; else gulp dev; fi

[14:26:24] Using gulpfile ~/Desenvolvimento/Curso-React/projeto-instalura-ssr-codigo-ponto-partida/gulpfile.js
[14:26:24] Starting 'dev'...
[14:26:24] Starting '.webpack-dev'...
[14:26:24] Finished '.webpack-dev' after 110 μs
[14:26:24] Starting 'wds.dev'...
[14:26:24] Starting 'server-watch-$deps$'...
[14:26:24] Starting '.init-bundle.valid.log'...
[14:26:24] Finished '.init-bundle.valid.log' after 644 μs
[14:26:24] Finished 'server-watch-$deps$' after 1.33 ms
[14:26:24] Starting 'server-watch'...
[14:26:24] Starting 'generate-service-worker'...
[14:26:24] Finished 'generate-service-worker' after 261 μs
[nodemon] 1.18.3
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: .etmp/bundle.valid.log /home/desenvolvimento1/Desenvolvimento/Curso-React/projeto-instalura-ssr-codigo-ponto-partida/src/server/**/* /home/desenvolvimento1/Desenvolvimento/Curso-React/projeto-instalura-ssr-codigo-ponto-partida/config/**/*
Just FYI: Entry point configuration is not found, using default entry point... - optional module not found; Path "/home/desenvolvimento1/Desenvolvimento/Curso-React/projeto-instalura-ssr-codigo-ponto-partida/src/client/entry.config.js"
isomorphic-loader webpack plugin: removed existing config file
Just FYI: optional module not found; Path "/home/desenvolvimento1/Desenvolvimento/Curso-React/projeto-instalura-ssr-codigo-ponto-partida/config/sw-config.js"
Just FYI: optional module not found; Path "/home/desenvolvimento1/Desenvolvimento/Curso-React/projeto-instalura-ssr-codigo-ponto-partida/config/default.json"
  0% compile http://localhost:2992/webpack-dev-server/
webpack result is served from http://localhost:2992/js/
content is served from /home/desenvolvimento1/Desenvolvimento/Curso-React/projeto-instalura-ssr-codigo-ponto-partida
 78% additional chunk assetsWithout `from` option PostCSS could generate wrong source map and will not find Browserslist config. Set it to CSS file path or to `undefined` to prevent this warning.
webpack bundle is now VALID but has ERRORS
webpack report is served from http://localhost:2992/reporter
1 resposta

Fala Marcelo, tudo bom?

Tentei rodar na minha máquina passei por um problema parecido um tempo atrás. Uma solução que encontrei foi reinstalar o Node (parece que havia dado um conflito de libs internas) Da uma olhada nesse projeto de server side render:

https://react-charger.gitbook.io/project/

Tem os recursos utilizados no curso e da suporte para o react-router-v4 :)