mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-07-07 08:31:32 +00:00
Yarn is no longer needed for tests
This commit is contained in:
@ -18,19 +18,3 @@ development.
|
|||||||
as that is when WebAssembly support was introduced. [Install Node].
|
as that is when WebAssembly support was introduced. [Install Node].
|
||||||
|
|
||||||
[Install Node]: https://nodejs.org/en/
|
[Install Node]: https://nodejs.org/en/
|
||||||
|
|
||||||
3. The tests for this project also use `yarn`, a package manager for Node. To
|
|
||||||
install `yarn`, run:
|
|
||||||
|
|
||||||
```shell
|
|
||||||
npm install -g yarn
|
|
||||||
```
|
|
||||||
|
|
||||||
or follow other platform-specific instructions
|
|
||||||
[here](https://yarnpkg.com/en/docs/install).
|
|
||||||
|
|
||||||
Once `yarn` is installed, run it in the top level directory:
|
|
||||||
|
|
||||||
```shell
|
|
||||||
yarn
|
|
||||||
```
|
|
||||||
|
Reference in New Issue
Block a user