We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After run
yarn install and yarn start
yarn install
yarn start
Eeverything works fine ( visit http://localhost:8080 and the page show fine )
But the console show error message below :
ERROR in ./node_modules/react-dom/index.js Module not found: Error: Can't resolve './cjs/react-dom.production.min.js' in '/Applications/reason/hnews/reason-react-hacker-news/node_modules/react-dom' @ ./node_modules/react-dom/index.js 35:19-63 @ ./node_modules/reason-react/lib/js/src/ReactDOMRe.js @ ./lib/js/src/index.js @ multi (webpack)-dev-server/client?http://localhost:8080 ./lib/js/src/index ERROR in ./node_modules/react/index.js Module not found: Error: Can't resolve './cjs/react.production.min.js' in '/Applications/reason/hnews/reason-react-hacker-news/node_modules/react' @ ./node_modules/react/index.js 4:19-59 @ ./node_modules/reason-react/lib/js/src/ReasonReact.js @ ./lib/js/src/index.js @ multi (webpack)-dev-server/client?http://localhost:8080 ./lib/js/src/index
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After run
yarn install
andyarn start
Eeverything works fine ( visit http://localhost:8080 and the page show fine )
But the console show error message below :
The text was updated successfully, but these errors were encountered: