File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Below is the configuration used for this sample.
61
61
62
62
``` cmd
63
63
cd my-app
64
- npm install dynamsoft-barcode-reader-bundle -E
64
+ npm install dynamsoft-barcode-reader-bundle@10.4.2002 -E
65
65
```
66
66
67
67
## Start to implement
Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ npm init
47
47
48
48
``` cmd
49
49
npm install electron --save-dev
50
- npm install dynamsoft-capture-vision-std -E
51
- npm install dynamsoft-image-processing -E
52
- npm install dynamsoft-barcode-reader-bundle -E
50
+ npm install dynamsoft-capture-vision-std@1.4.10 -E
51
+ npm install dynamsoft-image-processing@2.4.20 -E
52
+ npm install dynamsoft-barcode-reader-bundle@10.4.2002 -E
53
53
```
54
54
55
55
## Start to implement
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Below is the configuration used for this sample.
59
59
60
60
``` cmd
61
61
cd my-app
62
- npm install dynamsoft-barcode-reader-bundle -E
62
+ npm install dynamsoft-barcode-reader-bundle@10.4.2002 -E
63
63
```
64
64
65
65
## Start to implement
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ You will be asked to configure quite a few things for the application during the
47
47
48
48
``` cmd
49
49
cd my-app
50
- npm install dynamsoft-barcode-reader-bundle -E
50
+ npm install dynamsoft-barcode-reader-bundle@10.4.2002 -E
51
51
```
52
52
53
53
## Start to implement
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ npx create-react-app my-app --template typescript
44
44
45
45
``` cmd
46
46
cd my-app
47
- npm install dynamsoft-barcode-reader-bundle -E
47
+ npm install dynamsoft-barcode-reader-bundle@10.4.2002 -E
48
48
```
49
49
50
50
## Start to implement
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ npx create-react-app my-app --template typescript
44
44
45
45
``` cmd
46
46
cd my-app
47
- npm install dynamsoft-barcode-reader-bundle -E
47
+ npm install dynamsoft-barcode-reader-bundle@10.4.2002 -E
48
48
```
49
49
50
50
## Start to implement
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ npm create vite@latest my-app
48
48
49
49
``` cmd
50
50
cd my-app
51
- npm install dynamsoft-barcode-reader-bundle -E
51
+ npm install dynamsoft-barcode-reader-bundle@10.4.2002 -E
52
52
```
53
53
54
54
## Start to implement
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Below is the configuration used for this sample.
60
60
61
61
``` cmd
62
62
cd vue-project
63
- npm install dynamsoft-barcode-reader-bundle -E
63
+ npm install dynamsoft-barcode-reader-bundle@10.4.2002 -E
64
64
```
65
65
66
66
## Start to implement
You can’t perform that action at this time.
0 commit comments