Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 704 Bytes

File metadata and controls

39 lines (24 loc) · 704 Bytes

powerstats-admin

Administrador do Powerstats

Dependencies

Node:

macOS

  • run brew install node

debian/ubuntu

  • run sudo apt-get install nodejs

Install

  • run npm install

Run

troubleshooting dev errors

ENOENT:

  • run npm install to update modules

EADDRINUSE:

  • another node instance may be using port 8080, run killall node
  • if the error persist, run lsof -n -iTCP:8080 | grep LISTEN (or sudo netstat -peanut | grep 8080 in linux) to find out who is using de port

Production

  • run npm run bake

testing production