-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chapitre Installation : npm build Cannot resolve module 'react/lib/ReactMount' #1
Comments
Hello,
J'ai l'impression qu'il s'agit d'un problème de versions entre React et le Hot Loader. React, Webpack et beaucoup d'outils ont évolué depuis l'écriture de ce tuto.
Voici tout de même la suggestion trouvée ici : gaearon/react-hot-loader#417
"Adding alias: { 'react/lib/ReactMount': 'react-dom/lib/ReactMount' } to your webpack config fixes this for now."
Sinon passer à la version 3 de React Hot Loader. Dis-moi si ça résoud le problème, sinon je creuserai un peu plus.
…________________________________
De : James <[email protected]>
Envoyé : mercredi 28 juin 2017 10:58:09
À : falkodev/tuto-symfony-react-webpack-babel
Cc : Subscribed
Objet : [falkodev/tuto-symfony-react-webpack-babel] Chapitre Installation : npm build Cannot resolve module 'react/lib/ReactMount' (#1)
Bonjour,
lors du chapitre installation, on nous indique de créer un fichier app.js vide.
Visiblement lorsque l'on npm start, l'erreur suivante apparait :
ERROR in ./app/Resources/js/app.js
Module not found: Error: Cannot resolve module 'react/lib/ReactMount' in /home/james/PhpstormProjects/react/react-symfony/app/Resources/js
@ ./app/Resources/js/app.js 1:330-361
Child extract-text-webpack-plugin:
chunk {0} extract-text-webpack-plugin-output-filename 1.67 kB [rendered]
[0] ./~/css-loader!./~/sass-loader!./app/Resources/scss/style.scss 160 bytes {0} [built]
[1] ./~/css-loader/lib/css-base.js 1.51 kB {0} [built]
webpack: Failed to compile.
Que doit-on mettre dans le fichier app.js pour que le webpack se build correctement ?
En te remerciant,
James
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#1>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AK8qhiEIFgrtGPqZoCSv8fPsVHnrxaJ4ks5sIhWhgaJpZM4OHrdR>.
|
Merci pour ton aide, j'ai trouvé la solution dans package.json :
au lieu de la 1.3.0 :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bonjour,
lors du chapitre installation, on nous indique de créer un fichier app.js vide.
Visiblement lorsque l'on npm start, l'erreur suivante apparait :
Que doit-on mettre dans le fichier app.js pour que le webpack se build correctement ?
En te remerciant,
James
The text was updated successfully, but these errors were encountered: