You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Confirm the installation by checking the `package.json`. You should see:
31
31
32
-
```json
33
-
{
34
-
...
35
-
"dependencies": {
36
-
...
37
-
"dynamsoft-barcode-reader-bundle": "10.4.2000"
38
-
}
39
-
}
40
-
```
32
+
```json
33
+
{
34
+
...
35
+
"dependencies": {
36
+
...
37
+
"dynamsoft-barcode-reader-bundle": "10.4.2000"
38
+
}
39
+
}
40
+
```
41
41
42
42
Notice that there is no `^` before `10.4.2000`. No `^` indicates an exact version, ensuring stability and avoids automatic upgrades even without `package-lock.json`.
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=github&product=dbr&package=js to get your own trial license good for 30 days.
74
74
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license.
75
-
* For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.2.10&utm_source=github#specify-the-license or contact support@dynamsoft.com.
75
+
* For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.4.20&utm_source=github#specify-the-license or contact support@dynamsoft.com.
0 commit comments