simplefolio
simplefolio copied to clipboard
Upon updating node, an Error occurs.
trafficstars

Hi @olefson
I see you are using node v18, I would recommend you to install the node version the project uses. You can see it here: https://github.com/cobiwave/simplefolio/blob/master/.nvmrc
Please update your working branch with master branch and then remove the node_modules/ folder.
After switching the node version to v16.14.2, run npm install and test again.