| User Guide > Getting Started > Installation |
Register your email address for a free account (at https://www.accusoft.com/products/barcode-js/get-it/) and get access to our Barcode Xpress for Node.js evaluation version.
Barcode can be installed from the node repository by running the following command:
|
Copy Code
|
|
|---|---|
npm install barcode-js |
|
This will install the node package to your node_modules directory.
|
Copy Code
|
|
|---|---|
npm run register |
|
|
Copy Code
|
|
|---|---|
npm run register -- yourevalemail@domain.com |
|
Run the following command:
|
Copy Code
|
|
|---|---|
npm remove barcode-js |
|