Skip to content

Commit

Permalink
docs: fix further NodeJS
Browse files Browse the repository at this point in the history
  • Loading branch information
egekorkan authored Jul 31, 2023
1 parent 3d6bcf1 commit ea02ef7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Useful labels:
- [The API](#the-api)
- [TD Tooling](#td-tooling)
- [Logging](#logging)
- [Install new/different versions of NodeJS](#install-newdifferent-versions-of-nodejs)
- [Install new/different versions of Node.js](#install-newdifferent-versions-of-nodejs)

## License

Expand Down Expand Up @@ -289,7 +289,7 @@ To reduce the size of the installation from about 800 MByte down to about 200 MB
4. Run `npm i` again
5. Install the packages with `npm link @node-wot/<module>`
- Build error around `prebuild: npm run bootstrap`
- This has been seen failing on WSL. Try using a more recent NodeJS version
- This has been seen failing on WSL. Try using a more recent Node.js version

### As a Docker image

Expand Down Expand Up @@ -471,7 +471,7 @@ For instance, if you only want to see `error` messages from the `binding-coap` p
DEBUG=node-wot:binding-coap*error npm start
```

### Install new/different versions of NodeJS
### Install new/different versions of Node.js

Using NPM, you can install Node.js independent from the usually outdated package managers such as apt. This is nicely done by `n`:

Expand Down

0 comments on commit ea02ef7

Please sign in to comment.