Does NPM work for you in the first place? Much less after 5 years? They’ll have gone through 2 major revisions on their lock file format, and it’ll complain you don’t have the exact version of node specified in your package.json
And another 30 didn't use versioning correctly so they installed new dependencies of their own that broke things three levels deep.
Yes, based on a true story.
I see the name “Brave Browser” and my brain just refuses to engage. Their marketing team ruined the product for me before I ever got the chance to try it.
There are no problems with the browser. It's the PR surrounding it. Clickbaity tech news websites have been trying to ruin Brave's reputation while Brave users continue to enjoy a fully FOSS browser with the best privacy period.
nvm use && npm i && npm run dev
reply