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
你好~ 我在 npm install 之後用 npm start 後結果編譯失敗... 以下錯誤訊息:
ERROR in ./app/index.js Module not found: Error: Cannot resolve module 'react' in /home/jungle/workspace/reactjs101/Ch03/todo-examples/app @ ./app/index.js 5:13-29
ERROR in ./app/index.js Module not found: Error: Cannot resolve module 'react-dom' in /home/jungle/workspaeactjs101/Ch03/todo-examples/app/components/TodoHeader @ ./app/components/TodoHeader/TodoHeader.js 7:13-29
ERROR in ./app/components/TodoList/TodoList.js Module not found: Error: Cannot resolve module 'react' in /home/jungle/workspace/reactjs101/Ch03/todo-examples/app/components/TodoList @ ./app/components/TodoList/TodoList.js 7:13-29
不知道是什麼原因...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
你好~
我在 npm install 之後用 npm start 後結果編譯失敗...
以下錯誤訊息:
ERROR in ./app/index.js
Module not found: Error: Cannot resolve module 'react' in /home/jungle/workspace/reactjs101/Ch03/todo-examples/app
@ ./app/index.js 5:13-29
ERROR in ./app/index.js
Module not found: Error: Cannot resolve module 'react-dom' in /home/jungle/workspaeactjs101/Ch03/todo-examples/app/components/TodoHeader
@ ./app/components/TodoHeader/TodoHeader.js 7:13-29
ERROR in ./app/components/TodoList/TodoList.js
Module not found: Error: Cannot resolve module 'react' in /home/jungle/workspace/reactjs101/Ch03/todo-examples/app/components/TodoList
@ ./app/components/TodoList/TodoList.js 7:13-29
不知道是什麼原因...
The text was updated successfully, but these errors were encountered: