我main.js文件我有:fs.readdirSync不是函數
var http = require('http'),
prompt = require('prompt'),
fs = require('browserify-fs');
require("shelljs/global");
在我的控制檯我運行:browserify main.js -o bundle.js
我再加入 loading my file bundle.js我的索引文件
最後,當我跑我的項目,它這樣說:
即時貼在這,可能ani1有一個解決方案?
不要在您的問題中發佈文本的屏幕截圖。將實際的錯誤文本複製並粘貼到您的問題中。另見[問]。 – Igor
,因爲'readdirSync'實際上不存在,[this](https://github.com/mafintosh/level-filesystem)是'level-filesystem'所支持的所有功能,它正在被'browserify- fs'。 – RaghavGarg
thx for ur tip @Igor –