Hoping someone can shed some light on what’s going on. Yesterday I deployed my site to vercel following the instructions here Deploy Frontity using Vercel - Frontity Docs
Everything worked correctly but I had to update node.js to complete the process.
The site is live on the url https://russelldavies-studio.vercel.app/ (it’s a work in progress) but now I can’t run the site locally using npx frontity dev. I get the following messages on terminal…
Does anyone have any idea why I can’t run the site locally now?
SERVER STARTED -- Listening @ http://localhost:3000
- mode: development
- target: module
- public-path: /static/
(node:30257) Warning: Closing file descriptor 20 on garbage collection
(Use `node --trace-warnings ...` to show where the warning was created)
(node:30257) [DEP0137] DeprecationWarning: Closing a FileHandle object on garbage collection is deprecated. Please close FileHandle objects explicitly using FileHandle.prototype.close(). In the future, an error will be thrown if a file descriptor is closed during garbage collection.
Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:67:19)
at Object.createHash (node:crypto:130:10)
at module.exports (/home/russell/sites/russelldavies.studio/node_modules/webpack/lib/util/createHash.js:135:53)
at NormalModule._initBuildHash (/home/russell/sites/russelldavies.studio/node_modules/webpack/lib/NormalModule.js:417:16)
at handleParseError (/home/russell/sites/russelldavies.studio/node_modules/webpack/lib/NormalModule.js:471:10)
at /home/russell/sites/russelldavies.studio/node_modules/webpack/lib/NormalModule.js:503:5
at /home/russell/sites/russelldavies.studio/node_modules/webpack/lib/NormalModule.js:358:12
at /home/russell/sites/russelldavies.studio/node_modules/loader-runner/lib/LoaderRunner.js:373:3
at iterateNormalLoaders (/home/russell/sites/russelldavies.studio/node_modules/loader-runner/lib/LoaderRunner.js:214:10)
at iterateNormalLoaders (/home/russell/sites/russelldavies.studio/node_modules/loader-runner/lib/LoaderRunner.js:221:10)`