克隆凤凰应用并在本地运行会在OSX上出现以下错误 https://github.com/stoft/mobbur
尝试删除_build,deps,node_modules并重新安装两次但仍然出现关于文件监视器的错误。
目前无法在节点6中使用这些吗?
**elm -v**
0.17.1
**elixir -v**
Erlang/OTP 19 [erts-8.0.2] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Elixir 1.3.2
**node -v**
v6.5.0
**npm -v**
3.10.3
TypeError: Cannot assign to read only property 'lastIndex' of object '[object RegExp]'
at RegExp.exec (native)
at RegExp.test (native)
at testCriteria (/Users/apple/Documents/app/test10/node_modules/anymatch/index.js:29:26)
at Array.some (native)
at anymatch (/Users/apple/Documents/app/test10/node_modules/anymatch/index.js:59:48)
at FileList.isIgnored (/Users/apple/Documents/app/test10/node_modules/brunch/lib/fs_utils/file_list.js:66:16)
at FileList._change (/Users/apple/Documents/app/test10/node_modules/brunch/lib/fs_utils/file_list.js:185:26)
at emitMany (events.js:127:13)
at FileList.emit (events.js:201:7)
at BrunchWatcher.changeFileList (/Users/apple/Documents/app/test10/node_modules/brunch/lib/watch.js:227:19)
at BrunchWatcher.startCompilation (/Users/apple/Documents/app/test10/node_modules/brunch/lib/watch.js:292:12)
at FSWatcher.chokidar.watch.on.on.absPath (/Users/apple/Documents/app/test10/node_modules/brunch/lib/watch.js:166:14)
at emitTwo (events.js:106:13)
at FSWatcher.emit (events.js:191:7)
at FSWatcher.<anonymous> (/Users/apple/Documents/app/test10/node_modules/chokidar/index.js:171:15)
at FSWatcher._emit (/Users/apple/Documents/app/test10/node_modules/chokidar/index.js:212:5)
at FSWatcher.<anonymous> (/Users/apple/Documents/app/test10/node_modules/chokidar/lib/fsevents-handler.js:288:12)
at FSWatcher.<anonymous> (/Users/apple/Documents/app/test10/node_modules/chokidar/lib/fsevents-handler.js:335:7)
at FSReqWrap.oncomplete (fs.js:123:15)