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
Copy file name to clipboardExpand all lines: readme/terminusx/install/install-javascript-client.md
+10-2
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,17 @@ A list of prerequisite components depending on your operating system. Click on t
24
24
25
25
You can install and use the TerminusDB client as a [NodeJS module](install-javascript-client.md#install-client-as-a-nodejs-module) using `npm` or directly as a [minified JavaScript file](install-javascript-client.md#install-client-as-a-minified-script).
26
26
27
-
### Install client as a NodeJS module
27
+
### Install client as a NodeJS module 
28
28
29
-
Install TerminusDB client using `npm`.
29
+
Using npm we can install the package in a new NodeJs project or existing one using following commands:
0 commit comments