I'm trying to create an imageboard by building from cloned github repositories. I'm using npm for this, but for reasons I'm not quite sure of, I'm met with errors that I will post below.
I've tried to alleviate this by running: npm cache clean --force
, followed by: rm -rf node_modules
, and then followed by: rm -rf package-lock.json
.
After all of this, I ran npm install && npm run dev
once more, and yet still, I was met with the exact same errors.
Initial commands used:
git clone https://gitgud.io/millchan/Millchan.git
npm install && npm run dev
First off, I do: git clone https://gitgud.io/millchan/Millchan.git
, and then I do: cd ~/millchan
. The "millchan" folder is the one created from cloning the repositories.
Then, afterwards...
After running
npm install
: https://pastebin.com/kus7p6Cy (had to post on pastebin because stackoverflow's AI thinks it's spam)After running
npm run dev
: https://pastebin.com/KbvggQP2