Vuetifyのインストール時にVue 3を選択すると失敗したので(まだ未対応みたい)、vue create 時にvue2 を選択するとうまくいった vuejs

Vuetifyのサイトをみると
Vuetifyの現在のバージョンはVue 3をサポートしていません。ということなので
vue create hoge2 時に、vue2 を選択。
というか、vue3 を選択するとうまく環境構築or起動ができなかった。
そのうちvue3がサポートされるまでは当分まったほうがよさげ

■メモ Vue CLI に

  2022-04-30 03:19:00

npm installでnpm ERR! cb() never called!のエラーでたけど、 npm cache verifyしたらでなくなった npm

npm installでnpm ERR! cb() never called!のエラーでたけど、 npm cache verifyしたらでなくなった

# npm install
npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1 but package

  2022-04-27 10:30:36

python sqlalchemy使って、ormでなく直接sql書いてみた Python

python sqlalchemy使って、ormでなく直接sql書いてみた

セキュリティ的にどうなの?というのはあるが、とりあえずうごいたパターン2つ

-------------------------------------------------
from sqlalchemy.sql import text

■ok1

  2022-04-20 07:51:00

dockerでエラー ERROR: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) docker

<p>dockerでエラー</p><p>&nbsp;</p><p>ERROR: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)</p><p>&nbsp;</p><

  2022-04-19 04:36:00

sshで接続してファイルをrsyncするシェル実行中に以下のエラー send: spawn id exp4 not open while executing ssh

<p>sshで接続してファイルをrsyncするシェル実行中に以下のエラー
send: spawn id exp4 not open while executing</p><p>
スクリプト経由でなく、直接sshコマンド叩くとログインできず。
# ssh -l root xxxxxxxx
ssh: connect to host xxxxxxxx port 2

  2022-04-13 18:52:00