Skip to content

Commit 7d3d64f

Browse files
committed
update
1 parent b84bf5e commit 7d3d64f

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ sudo n stable
227227
### 编译 ts 生成 js
228228
229229
```
230+
sudo apt install node-typescript
230231
tsc
231232
```
232233

init_env.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
sudo apt install nodejs
2+
sudo apt install npm
3+
4+
sudo npm cache clean -f
5+
sudo npm install -g n
6+
sudo n stable
7+
8+
sudo apt install node-typescript
9+
sudo npm i vsce -g

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)