holy-unblocker / website-legacy-aio

All-in-one Holy Unblocker bundle
https://holyubofficial.net/
GNU General Public License v3.0
195 stars 2.31k forks source link

Deploy to replit issue #38

Closed anonymous1719 closed 1 year ago

anonymous1719 commented 1 year ago

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?

24tiptlo commented 1 year ago

did you run "npm update" first?

anonymous1719 commented 1 year ago

yes, and it put me into bare server mode, and I don't know how to get out of that mode.

e9x commented 1 year ago

@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