@betty-blocks/cli 26.0.0 → 26.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -16
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
## Prerequisites
|
|
4
4
|
|
|
5
|
-
As of version `
|
|
5
|
+
As of version `26`, you will need to install the following requirements
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
- g++
|
|
9
|
-
- python
|
|
7
|
+
* [bun](https://bun.com/)
|
|
10
8
|
|
|
11
9
|
## Installation
|
|
12
10
|
|
|
@@ -16,12 +14,6 @@ To install the CLI you will need [a recent version of Node.js](https://nodejs.or
|
|
|
16
14
|
$ npm install -g @betty-blocks/cli
|
|
17
15
|
```
|
|
18
16
|
|
|
19
|
-
To install the CLI without optional dependencies (isolated-vm)
|
|
20
|
-
|
|
21
|
-
```bash
|
|
22
|
-
$ npm install -g @betty-blocks/cli --no-optional
|
|
23
|
-
```
|
|
24
|
-
|
|
25
17
|
## Update
|
|
26
18
|
|
|
27
19
|
To update the CLI
|
|
@@ -30,12 +22,6 @@ To update the CLI
|
|
|
30
22
|
$ npm update -g @betty-blocks/cli
|
|
31
23
|
```
|
|
32
24
|
|
|
33
|
-
To update the CLI without optional dependencies (isolated-vm)
|
|
34
|
-
|
|
35
|
-
```bash
|
|
36
|
-
$ npm update -g @betty-blocks/cli --no-optional
|
|
37
|
-
```
|
|
38
|
-
|
|
39
25
|
## Local development
|
|
40
26
|
|
|
41
27
|
Make sure you run bun version `1.2.19` or higher:
|