我得到一个"找不到模块"错误。原子的所有截图都附有。我相信我在调用search_bar文件时输入了正确的文件路径。
以下是google doc的链接,其中包含所有屏幕截图: https://docs.google.com/document/d/1Yt2YrapLw04kKk5tnIxyEik6RAJbBpTpl-CSaAYZzE8/edit?usp=sharing
bundle.js:64 Uncaught Error: Cannot find module
"./components/search_bar"
at webpackMissingModule (bundle.js:64)
at Object.<anonymous> (bundle.js:64)
at __webpack_require__ (bundle.js:20)
at Object.<anonymous> (bundle.js:47)
at __webpack_require__ (bundle.js:20)
at bundle.js:40
at bundle.js:43
答案 0 :(得分:0)
我找到了! 从NPM启动过程中,问题是在search_bar文件中,我在顶部写了以下内容:
从('react');
导入React围绕'反应'的括号将它搞砸了......
现在一切正常......