update node.js (v12+) requirement

see https://github.com/openstreetmap/iD/pull/8766
This commit is contained in:
Martin Raifer
2022-02-11 18:06:43 +01:00
committed by GitHub
parent 4fb490abfa
commit cf2de25998

View File

@@ -6,9 +6,15 @@
* iD is a JavaScript [OpenStreetMap](https://www.openstreetmap.org/) editor.
* It's intentionally simple. It lets you do the most basic tasks while
not breaking other people's data.
not breakin
8:50:56 AM: import esbuild from 'esbuild';
8:50:56 AM: ^^^^^^^
8:50:56 AM: SyntaxError: Unexpected identifierg other people's data.
* It supports all popular modern desktop browsers: Chrome, Firefox, Safari,
Opera, and Edge.
8:50:56 AM: import esbuild from 'esbuild';
8:50:56 AM: ^^^^^^^
8:50:56 AM: SyntaxError: Unexpected identifier
* iD is not yet designed for mobile browsers, but this is something we hope to add!
* Data is rendered with [d3.js](https://d3js.org/).
@@ -32,7 +38,7 @@ Come on in, the water's lovely. More help? Ping `Martin Raifer`/`tyr_asd` or `bh
## Prerequisites
* [Node.js](https://nodejs.org/) version 10 or newer
* [Node.js](https://nodejs.org/) version 12 or newer
* [`git`](https://www.atlassian.com/git/tutorials/install-git/) for your platform
* Note for Windows users:
* Edit `$HOME\.gitconfig`:<br/>