Good day. I am an Ubuntu 16.04 user with Apache installed. I am trying to use Ghost, a Blogging software similar to wordpress and it requires NodeJS to run. I installed NodeJS first using the following commands:curl https://ift.tt/XY6Vwl | sudo apt-key add - sudo apt-add-repository "deb https://ift.tt/2iLRKla $(lsb_release -sc) main" sudo apt-get update sudo apt-get install nodejs. After this i downloaded Ghost and unzipped it in the /www/ director as indicated by apache documentation and proceeded to run npm:sudo npm install --productionIt gave some weird cryptic errors but it installed eventually. previously Ubuntu was using the old versions of node and it didnt install at all. Now i am trying to test it out and This is the error im gettingWhat could be the problem?
Submitted November 01, 2018 at 07:23PM by biggest_guru_in_town
No comments:
Post a Comment