Skip to content

Commit 9f826c4

Browse files
docs: Update index.md to add more details for self hosting resources
1 parent 612a1f2 commit 9f826c4

File tree

1 file changed

+3
-1
lines changed
  • programming/javascript/user-guide

1 file changed

+3
-1
lines changed

programming/javascript/user-guide/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,9 @@ There are two options for downloading the SDK, and the usage for each is slightl
289289
<script src="node_modules/dynamsoft-barcode-reader-bundle/dist/dbr.bundle.js"></script>
290290
```
291291
292-
Since `@<version>` are missing, you need to [specify the engineResourcePaths](#specify-the-location-of-the-engine-files-optional).
292+
Since the version tags (`@<version>`) are missing, you need to [specify the engineResourcePaths](#specify-the-location-of-the-engine-files-optional) so that the SDK can find the resources correctly.
293+
294+
> To avoid confusion, we suggest renaming "node_modules" or moving "dynamsoft-" packages elsewhere for self-hosting, as "node_modules" is reserved for Node.js dependencies.
293295
294296
*Note*:
295297

0 commit comments

Comments
 (0)