我正在尝试让Particlejs在React中运行。但这似乎不起作用..因此,我尝试使用react-particles-js。但这给了我这个错误: 找不到模块:无法在“ C:\ Users \ Amit \ node_modules \ particles-js \ lib”中解析“反应”
import React, { Component } from 'react';
import ParticleAnimation from 'particles-js';
class Example extends Component {
render () {
return (
<ParticleAnimation />
)
}
}export default Example;
我一直在尝试弄乱import语句中的文件路径,但到目前为止没有任何效果。谢谢您的宝贵时间。
答案 0 :(得分:0)
尝试在您的项目中再次安装,
纱线添加反应
或
npm我反应-保存