You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
第一种
var fs = require('fs')
./node_modules/fs.realpath/index.js
Module not found: Can't resolve 'fs' in '/Users/guanliyuan/Documents/TowerFile/RenMinWenLvTaro/node_modules/fs.realpath'
第二种
import fs from 'fs'
./.temp/state/helpers/form_data.js
Module not found: Can't resolve 'fs' in '/Users/guanliyuan/Documents/TowerFile/RenMinWenLvTaro/.temp/state/helpers'
问题描述
[问题描述:站在其它人的角度尽可能清晰地、简洁地把问题描述清楚]
复现步骤
[复现问题的步骤]
无论何处 引入var fs = require('fs')。或者import fs from 'fs'也没有用
都会提示
第一种
var fs = require('fs')
./node_modules/fs.realpath/index.js
Module not found: Can't resolve 'fs' in '/Users/guanliyuan/Documents/TowerFile/RenMinWenLvTaro/node_modules/fs.realpath'
第二种
import fs from 'fs'
./.temp/state/helpers/form_data.js
Module not found: Can't resolve 'fs' in '/Users/guanliyuan/Documents/TowerFile/RenMinWenLvTaro/.temp/state/helpers'
期望行为
期望大佬能告知如何引入node自带的'fs'
我需要解决ios11.2上Formdata是undefined的问题。急需这个fs
非常感谢
报错信息
[这里请贴上你的完整报错截图或文字]
系统信息
补充信息
[可选]
[根据你的调查研究,出现这个问题的原因可能在哪里?]
The text was updated successfully, but these errors were encountered: