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

From SimplyBook.me
Created page with "*Щоб розпочати роботу, встановіть пакет у кореневому каталозі n8n: <pre>npm install n8n-nodes-simplybook</pre> *Для розгортання на базі Docker додайте наступний рядок перед командою встановлення шрифту у файлі n8n Dockerfile: <pre>RUN cd /usr/local/lib/node_modules/n8n && npm install n8n-nodes-simplybook</pre>"
 
(No difference)

Latest revision as of 07:34, 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>
  • Щоб розпочати роботу, встановіть пакет у кореневому каталозі n8n:
npm install n8n-nodes-simplybook
  • Для розгортання на базі Docker додайте наступний рядок перед командою встановлення шрифту у файлі n8n Dockerfile:
RUN cd /usr/local/lib/node_modules/n8n && npm install n8n-nodes-simplybook