Skip to content

Commit 4edbe66

Browse files
committed
Mark npm issue in readme
1 parent d99efe2 commit 4edbe66

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
This is the central repository for [CodeMirror 6](https://codemirror.net/6). It holds the bug tracker and development scripts.
66

7+
If you want to **use** CodeMirror, install the separate packages from npm, and ignore the contents of this repository. If you want to **develop on** CodeMirror, this repository provides scripts to install and work with the various packages.
8+
9+
**NOTE**: The npm workspaces setup used by this repository is broken with recent versions of npm, causing it to [fail](https://github.com/codemirror/codemirror.next/issues/710) when installing from scratch.
10+
711
To get started, make sure you are running [node.js](https://nodejs.org/) version 16. After cloning the repository, run
812

913
node bin/cm.js install

0 commit comments

Comments
 (0)