Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
266 views
in Technique[技术] by (71.8m points)

javascript - 我如何找到在React js中找不到的模块问题(How can I find problem about my modules not found in react js)

The main problem is that every dependency I install isn't able as a module in my .js file when I want it to be included, so I can use it... I installed react-bootstrap-table-next library and can't use it fetcher because of: Cannot find module 'react-bootstrap-table-next'.ts(2307) error, any ideas about how to fix this?

(主要问题是,当我希望将其包含在内时,我安装的每个依赖项都无法作为模块包含在我的.js文件中,因此我可以使用它...我安装了react-bootstrap-table-next库,并且可以由于以下原因而无法使用它:由于找不到模块'react-bootstrap-table-next'.ts(2307)错误,有关如何解决此问题的任何想法?)

I am using react-create-app so babel and all needed things are installed.

(我正在使用react-create-app,因此安装了babel和所有需要的东西。)

  ask by Slobodan Draksimovic translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...