Hi dear stackoverflow community,
i want to deploy a web application on a Ubuntu 16 server. I use NodeJS 7, and install the needed node modules via npm and use gulp for building the system.
I haven´t written the application myself, it was a university project and my task is to deploy it again because the website isn´t reachable anymore. The first two of the deployment instruction that the creators of the applications wrote work, which is basically:
1. Set up PostgreSQL database and create .env config for database
2. Run 'npm install' for needed node modules
3. Run 'gulp default' to start the system
However, after running step 3 ('gulp default'), it says 'DONE', then 'Watching files...' and then i get the following error:
via hbsnovice
No comments:
Post a Comment