Another error occurred when trying to accessing localhost:3000
Module parse failed: Unexpected token (4:7)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| // This file is generated automatically by `scripts/build/typings.js`. Please, don't change it.
|
> export type Locale = {
| code?: string,
| formatDistance?: (...args: Array<any>) => any,
Updated README to specify node v16 is required since node v21 had a number of errors
One error was:
npm run dev
by doingexport NODE_OPTIONS=--openssl-legacy-provider
as per this stackoverflow article: https://stackoverflow.com/questions/69394632/webpack-build-failing-with-err-ossl-evp-unsupportedAnother error occurred when trying to accessing localhost:3000