Skip to content

Commit

Permalink
README.md: add some notes about build challenges
Browse files Browse the repository at this point in the history
  • Loading branch information
pkgw committed Sep 15, 2023
1 parent 1d19e55 commit da66c8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ workshops, and a variety of other needs.
## Developers’ quick start

1. Check out this repository to a machine with [Node.js] and [Yarn].
1. Builds with versions of Node.js around 18.17 may fail with [an Invalid URL
error](https://github.com/nodejs/node/issues/48855).
1. There have also been reports of builds that hang on Linux with Node 20.x.
1. `git submodule update --init`
1. `yarn install`
1. `yarn lint` (uses [ESLint])
Expand Down

0 comments on commit da66c8c

Please sign in to comment.