gpt4 book ai didi

javascript - react js模块未找到: Can't resolve 'file-saver'

转载 作者:行者123 更新时间:2023-12-02 02:31:35 30 4
gpt4 key购买 nike

我正在关注一个教程,突然我收到了这个错误。我已经尝试了所有解决方案并重新安装模块。但在其他类中相同的代码可以工作

这是我的代码

import fileSaver from 'file-saver';

uploadPensiun(event) {
const files = event.target.files
const formData = new FormData()
formData.append('Pensiun', files)
fetch('http://localhost:5000/uploadpensiun', {
method: 'POST',
body: 'Pensiun',
headers: {
'Accept': 'application/json',
'Content-Type': 'multipart/form-data'
},
})
.then(res => res.json())
.then(data => console.log(data))
.catch((err) => console.log(err));

}

有人可以帮我吗?

最佳答案

安装文件保护程序

使用 npm:

npm 安装文件保护程序

或者用 yarn :

yarn 添加文件保护程序

关于javascript - react js模块未找到: Can't resolve 'file-saver' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64965632/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com