da2k / curso-reactjs-ninja

916 stars 323 forks source link

Problemas com o npm start #539

Closed Pedro-Marquardt closed 3 years ago

Pedro-Marquardt commented 3 years ago

react-webpack@1.0.0 start c:\desenvolvimento\react-webpack

node server.js

c:\desenvolvimento\react-webpack\webpack.config.js:24 new webpack.HotModuleReplacementPlugin() ^

TypeError: Cannot read property 'HotModuleReplacementPlugin' of undefined at Object. (c:\desenvolvimento\react-webpack\webpack.config.js:24:21) at Module._compile (internal/modules/cjs/loader.js:1063:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10) at Module.load (internal/modules/cjs/loader.js:928:32) at Function.Module._load (internal/modules/cjs/loader.js:769:14) at Module.require (internal/modules/cjs/loader.js:952:19) at require (internal/modules/cjs/helpers.js:88:18) at Object. (c:\desenvolvimento\react-webpack\server.js:5:16) at Module._compile (internal/modules/cjs/loader.js:1063:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! react-webpack@1.0.0 start: node server.js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the react-webpack@1.0.0 start 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\Pedro Marquardt\AppData\Roaming\npm-cache_logs\2021-05-06T20_44_10_306Z-debug.log

fdaciuk commented 3 years ago

Oi @Pedro-Marquardt! Você chegou a instalar o webpack local, como dependência de desenvolvimento?

Obs.: Sempre que criar uma nova issue, não apague a marcação no final da mensagem que aparece, senão eu não recebo notificaçãoi da sua dúvida, ok? =)

Pedro-Marquardt commented 3 years ago

Olá, eu não me liguei da marcação, peço perdão, mas sim cheguei a instalar o webpack local

Em qua, 26 de mai de 2021 08:27, Fernando Daciuk @.***> escreveu:

Oi @Pedro-Marquardt https://github.com/Pedro-Marquardt! Você chegou a instalar o webpack local, como dependência de desenvolvimento?

Obs.: Sempre que criar uma nova issue, não apague a marcação no final da mensagem que aparece, senão eu não recebo notificaçãoi da sua dúvida, ok? =)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/da2k/curso-reactjs-ninja/issues/539#issuecomment-848690788, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANRCQGZLPK5SRF6ZG37WPEDTPTLKNANCNFSM44H4M4QQ .

fdaciuk commented 3 years ago

Legal! Nesse caso, você importou o webpack no arquivo de configuração? Pelo erro, parece que ele não está no escopo =)

Pedro-Marquardt commented 3 years ago

Importei ele no webpack.config.js

Em qua, 26 de mai de 2021 08:39, Fernando Daciuk @.***> escreveu:

Legal! Nesse caso, você importou o webpack no arquivo de configuração? Pelo erro, parece que ele não está no escopo =)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/da2k/curso-reactjs-ninja/issues/539#issuecomment-848697472, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANRCQGYW4HOPYLIWZVSWDBLTPTMXLANCNFSM44H4M4QQ .

fdaciuk commented 3 years ago

Consegue subir seu projeto em um repositório aqui no GitHub? Assim eu consigo baixar aqui para ver o que pode ter acontecido =)

Pedro-Marquardt commented 3 years ago

Claro vou subir e te mando o link ^-^

Em qua, 26 de mai de 2021 09:03, Fernando Daciuk @.***> escreveu:

Consegue subir seu projeto em um repositório aqui no GitHub? Assim eu consigo baixar aqui para ver o que pode ter acontecido =)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/da2k/curso-reactjs-ninja/issues/539#issuecomment-848711482, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANRCQG7RGHXI6PA5IQR7THTTPTPQHANCNFSM44H4M4QQ .

Pedro-Marquardt commented 3 years ago

Opa, deu uns contra tempos aqui só vou conseguir subir bis arquivos de tarde, peço desculpas hehe, espero que não tenha problemas 😅

Em qua, 26 de mai de 2021 09:12, Pedro Rufino Marquardt < @.***> escreveu:

Claro vou subir e te mando o link ^-^

Em qua, 26 de mai de 2021 09:03, Fernando Daciuk @.***> escreveu:

Consegue subir seu projeto em um repositório aqui no GitHub? Assim eu consigo baixar aqui para ver o que pode ter acontecido =)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/da2k/curso-reactjs-ninja/issues/539#issuecomment-848711482, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANRCQG7RGHXI6PA5IQR7THTTPTPQHANCNFSM44H4M4QQ .

fdaciuk commented 3 years ago

Tranquilo meu caro, faça no seu tempo =)

Pedro-Marquardt commented 3 years ago

Olá desculpa a demora, tive que parar com o curso por um tempo, aqui está meu repositório, se puder dar uma olhada no que não está rodando agradeceria!

https://github.com/Pedro-Marquardt/ReactWebPack

Em qua., 26 de mai. de 2021 às 14:36, Fernando Daciuk < @.***> escreveu:

Tranquilo meu caro, faça no seu tempo =)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/da2k/curso-reactjs-ninja/issues/539#issuecomment-848977324, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANRCQGZU5E3S43Z675J5O4TTPUWSBANCNFSM44H4M4QQ .

fdaciuk commented 3 years ago

Oi @Pedro-Marquardt! Eu coloquei pra rodar aqui e funcionou corretamente =) Tente fazer o seguinte: delete o diretório node_modules e o arquivo package-lock.json, e então execute npm install para instalar todas as dependências novamente.

Depois tente subir novamente o servidor, com node server.js. Me deixe saber se funcionou! =)

Pedro-Marquardt commented 3 years ago

Opa, tudo bem? fiz aqui e não foi ele reclama do babel-core

Em sáb, 10 de jul de 2021 17:05, Fernando Daciuk @.***> escreveu:

Oi @Pedro-Marquardt https://github.com/Pedro-Marquardt! Eu coloquei pra rodar aqui e funcionou corretamente =) Tente fazer o seguinte: delete o diretório node_modules e o arquivo package-lock.json, e então execute npm install para instalar todas as dependências novamente.

Depois tente subir novamente o servidor, com node server.js. Me deixe saber se funcionou! =)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/da2k/curso-reactjs-ninja/issues/539#issuecomment-877696625, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANRCQG4WB6FRIEZ264KNGATTXCRWXANCNFSM44H4M4QQ .

Pedro-Marquardt commented 3 years ago

Opa, atualizando consegui aqui!!

Em sáb., 10 de jul. de 2021 às 17:24, Pedro Rufino Marquardt < @.***> escreveu:

Opa, tudo bem? fiz aqui e não foi ele reclama do babel-core

Em sáb, 10 de jul de 2021 17:05, Fernando Daciuk @.***> escreveu:

Oi @Pedro-Marquardt https://github.com/Pedro-Marquardt! Eu coloquei pra rodar aqui e funcionou corretamente =) Tente fazer o seguinte: delete o diretório node_modules e o arquivo package-lock.json, e então execute npm install para instalar todas as dependências novamente.

Depois tente subir novamente o servidor, com node server.js. Me deixe saber se funcionou! =)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/da2k/curso-reactjs-ninja/issues/539#issuecomment-877696625, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANRCQG4WB6FRIEZ264KNGATTXCRWXANCNFSM44H4M4QQ .

fdaciuk commented 3 years ago

Deu certo? Boa! Qualquer coisa, só avisar :D