Closed anonymous1719 closed 1 year ago
did you run "npm update" first?
yes, and it put me into bare server mode, and I don't know how to get out of that mode.
@Minemaster121 You may need to pull the latest version of website-aio. Being put into "Bare server" mode was due to issues with ports. Try the following:
$ git reset --HARD
$ git pull
$ npm install
# start the script with the start button or:
$ npm start
The deploy to replut button works, but it is giving me the error "Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'address' imported from /home/runner/website-aio-2/scripts/start.js". How to fix?
UPDATE: When I looked at the past issue about it, I used the tips given and it put the website into bare server mode. How to get out of bare server mode?