Skip to content

Instantly share code, notes, and snippets.

@popovkos
Last active August 2, 2019 08:05
Show Gist options
  • Save popovkos/e6052cfc53b097f02f9989d8af47c5b2 to your computer and use it in GitHub Desktop.
Save popovkos/e6052cfc53b097f02f9989d8af47c5b2 to your computer and use it in GitHub Desktop.
const fs = require('await-fs');
(async () = > {
try{
let json = await fs.readFile('package.json','utf8')
console.log(json)
} catch(err) {
console.log(err)
}
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment