Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 526 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 526 Bytes

bunker

A node socket.io angular chat application.

Install mongodb

npm install

node app.js

node node_modules/gulp/bin/gulp.js watch

======

Troubleshooting:

  • If you see the following error on npm install:
    > node node_modules/gulp/bin/gulp.js sass && node node_modules/webpack/bin/webpack.js --mode development
     
      gulp[19821]: ../src/node_contextify.cc:635 yada yada yada
    
    Nuke your package.lock file and try again.