# {{packageName}}
## Try it out
### Community nodes
The recommended way to install a node in N8N is using the [Community nodes](https://docs.n8n.io/integrations/community-nodes/installation/) feature.
### With docker
Another way is using our docker image [Digital Boss‘ N8N custom nodes docker image](https://hub.docker.com/r/digitalboss/n8n-custom-nodes). It uses an environment variable to install custom nodes.
### Run the node locally
[N8N Guide on how to run a node locally](https://docs.n8n.io/integrations/creating-nodes/test/run-node-locally/#run-your-node-locallyN8)
Clone the repository and execu te:
```bash
# Install dependencies
npm install
# Build the code
npm run build
# Create symlink at your global node_modules cache
npm link
ls -la $(npm -g root)
# check created link
```
Create an N8N installation and add th e {{packageName}} to it:
```bash
# Install N8N globally
npm install -g n8n
# Create a custom folder for the custom nodes. Mind that .n8n might be in a different folder.
mkdir /home/user/.n8n/custom
cd /home/user/.n8n/custom
# "Install" the locally published module
npm link @digital-boss/{{packageName}}
# Start N8N
n8n start
```
## License
[MIT](https://github.com/n8n-io/n8n-nodes-starter/blob/master/LICENSE.md)
Wir benutzen Cookies. Zum Akzeptieren bitte klicken Sie akzeptieren ✅ Informationen
This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.