Just tried to run the S3 Bucket gallery
Received following Error using
node -version
7.2.1
Error occurs opening Webpage on Port 8080
richa@xps8900 MINGW64 ~/gallery
$ node server.js richardm
Server started. Open http://localhost:8080 with browser.
buffer.js:740
throw new Error('Buffer.write(string, encoding, offset[, length]) ' +
^
Error: Buffer.write(string, encoding, offset[, length]) is no longer supported
at Buffer.write (buffer.js:740:11)
at Parser.scanText (C:\Users\richa\gallery\node_modules\mu2\lib\mu\parser.js:67:14)
at Parser.tokenize (C:\Users\richa\gallery\node_modules\mu2\lib\mu\parser.js:32:3
at Object.exports.parse (C:\Users\richa\gallery\node_modules\mu2\lib\mu\parser.js:11:17)
at C:\Users\richa\gallery\node_modules\mu2\lib\mu.js:40:21
at tryToString (fs.js:425:3)
at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:412:12)
|