cofacts / rumors-site

Rumors list / creation UI, with server-side rendering
https://cofacts.tw
MIT License
83 stars 49 forks source link

Updated README to specify node v16 is required since node v21 had a number of errors #555

Closed simonzheng closed 11 months ago

simonzheng commented 11 months ago

Updated README to specify node v16 is required since node v21 had a number of errors

One error was:

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,