anhhh.11

Results 6 comments of anhhh.11

Workaround: Just output log to some file for example app.error.json then use command: > tail -f -n100 ./app.error.json | bunyan

@hackhat https://tonyhb.gitbooks.io/redux-without-profanity/content/ui_state.html

@conor909 : Build with xcode and checking whether or not having error related to other libraries. I've built fail because of Google Admob and got the `Cannot read property 'SHORT'...

It works normally, maybe you forget to add RNFS.DocumentDirectoryPath? > const destPath = RNFS.DocumentDirectoryPath + '/app.zip'; > const {id, promise} = RNFS.downloadFile({ > fromUrl: config.databaseUrl, > toFile: destPath, > background:...

Change BufferedNodeProcess to BufferedProcess in Tern/lib/server.coffee should fix that error.

server.coffee after editing: ``` {BufferedProcess} = require 'atom' module.exports = -> process = null start = (cb)-> path = require 'path' command = path.resolve __dirname, "../node_modules/.bin/tern" console.log command args =...