我正在学习react,并且第一次尝试使用reactstrap。我已经使用以下命令安装了npm的react,并得到了以下结果:
npm install reactstrap
+ reactstrap@8.4.1
updated 1 package and audited 919281 packages in 10.948s
53 packages are looking for funding
run `npm fund` for details
found 19 vulnerabilities (18 moderate, 1 high)但是当我尝试运行这个应用程序时,我得到了以下错误:

发布于 2020-03-23 01:19:04
我必须在单引号内使用reactstrap,所以我用“reactstrap”代替了reactstrap,问题就解决了。
https://stackoverflow.com/questions/60674877
复制相似问题