【发布时间】:2019-03-10 14:54:49
【问题描述】:
我正在尝试使用以下语法在我的 react 应用中导入 firebase:
import firebase from 'firebase/index';
但我面临以下问题:
./src/App.js
Module not found: Can't resolve 'firebase/index' in '/home/neosoft/Documents/react_projects/urup_dashboard/src'
我不确定是什么问题,因为我是新手。
更新 我注意到一件奇怪的事情。上面的 import 语法在 ubuntu 14.04 中运行良好。该问题在 ubuntu 16.04 中面临。我不确定其他版本的 ubuntu。
【问题讨论】: