mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
update node.js (v12+) requirement
see https://github.com/openstreetmap/iD/pull/8766
This commit is contained in:
10
README.md
10
README.md
@@ -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/>
|
||||
|
||||
Reference in New Issue
Block a user