Translations:N8N Integration/7/de: Difference between revisions

From SimplyBook.me
Created page with "*Um loszulegen, installieren Sie das Paket in Ihrem n8n-Stammverzeichnis: <pre>npm install n8n-nodes-simplybook</pre> *Für Docker-basierte Bereitstellungen fügen Sie die folgende Zeile vor dem Befehl zur Installation der Schriftart in Ihrer n8n-Dockerfile hinzu: <pre>RUN cd /usr/local/lib/node_modules/n8n && npm install n8n-nodes-simplybook</pre>"
 
(No difference)

Latest revision as of 07:50, 1 July 2025

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (N8N Integration)
* To get started install the package in your n8n root directory:
<pre>npm install n8n-nodes-simplybook</pre>
* For Docker-based deployments, add the following line before the font installation command in your n8n Dockerfile:
<pre>RUN cd /usr/local/lib/node_modules/n8n && npm install n8n-nodes-simplybook</pre>
  • Um loszulegen, installieren Sie das Paket in Ihrem n8n-Stammverzeichnis:
npm install n8n-nodes-simplybook
  • Für Docker-basierte Bereitstellungen fügen Sie die folgende Zeile vor dem Befehl zur Installation der Schriftart in Ihrer n8n-Dockerfile hinzu:
RUN cd /usr/local/lib/node_modules/n8n && npm install n8n-nodes-simplybook