Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flolu/node14-unknown-version

Setting node_version to 14.16.0 (LTS) does not work
https://github.com/flolu/node14-unknown-version

bazel nodejs rules-nodejs

Last synced: 1 day ago
JSON representation

Setting node_version to 14.16.0 (LTS) does not work

Awesome Lists containing this project

README

        

# Usage

1. `yarn install`
2. `yarn build`

# Error

> Setting version to `14.16.0` (LTS) does not work.

`node_repositories(node_version = "14.16.0")` causes:

```
ERROR: no such package '@nodejs_linux_amd64//': Unknown NodeJS version-host 14.16.0-linux_amd64
```

But

`node_repositories(node_version = "14.15.5")` works fine