# npm install -g nats npm WARN config global `–global`, `–local` are deprecated. Use `–location=global` ins…
Month: 7月 2022
NATS :telenetによるPub-Subの確認
1.前提 ・docerでのNATS Cluster環境 – 192.168.1.132 ・port 4222 開放 (1) 192.168.1.132 (2) 192.168.1.130 ・telnetでのP…
CentOS Stram 9 : NATS server
Installing via Docker 1.Install Docker dnf install docker 2.Install nats # docker pull nats:latest 3.To run NA…
CentOS stream9:ローカルでシグナリングサーバを立てる
1.前提環境 OS:CentOS stream9 2.screenのinstall # dnf install epel-release # dnf –enablerepo=epel install screen 3.…
qsを用いた配列の変換
1.qsのinstall npm i qs 2.version 確認 # npm ls|grep qs tqq qs@6.11.0 3.code const qs = require(‘qs’); let stringi…
openAPI 文法: array, object, tag, parameters, schemas
1.array msg: type: array items: 2.object msg: type: object properties: 3.tag & parameters & schemas …
yamllint で line too longとcommentとtrailing spacesのworningを抑止する方法
1.目的 yamllint で以下のworningのみを抑止する ・line too long (82 > 80 characters) (line-length) ・comment ・trailing spaces 2…
yaml : throw new ParseException(‘Unable to parse.’, this.getRealCurrentLineNb() + 1, this.currentLine);
1.error # npm run dev:seller > privateinvoice@0.0.1 dev:seller > NODE_OPTIONS=–openssl-legacy-provider npx do…
CentOS stream 9 : yamllintのinstall
1.yamllintのinstall # dnf install yamllint 2.実行 # yamllint openapi.yaml
centos stram 9:docker install
https://docs.docker.com/engine/install/centos/ 1.install yum-utils https://docs.docker.com/engine/install/cent…