2022年5月– date –
-
子育て
子育て日記(5) 差
子育て日記(5) 差 お食い初めにて先方の親御さんにお祝いをいただく。 私の親はお祝いはなし。 固定資産税の支払い用紙を渡してくる この差は辛い -
もりたけんじ[解決] Error: Dependencies lock file is not found in /home/runner/work/some. Supported file patterns: package-lock.json,yarn.lock
「解決] Error: Dependencies lock file is not found in /home/runner/work/some. Supported file patterns: package-lock.json,yarn.lock ciがpakcage.lock.jsonを見つけてくれないとき。 結論 runコマンドにcdでpackage.lock.jsonがあるところに移動す... -
もりたけんじ[解決] typescript error ‘type’ is declared here. (Argument of type ‘AsyncThunkAction, Redux thunk action)
[解決] typescript error 'type' is declared here. (Argument of type 'AsyncThunkAction, Redux thunk action) when you update package for react-redux v7 to v8, this error occure sometime. even if this type pass compile ever, but now is error... -
もりたけんじ[解決] jestを上げたらuuid.v4()付近で「SyntaxError: Unexpected token ‘export’」
[解決] jestを上げたらuuid.v4()付近で「SyntaxError: Unexpected token 'export'」 jestのバージョンアップを試みた ちょっと細かいところで大変だったので記事書く。 結論uuidのバージョンを下げてください named exportにしたり、試したが、 ({"Ob... -
もりたけんじ【解決】No changes in database schema were found – cannot generate a migration. To create a new empty migration use “typeorm migration:create” command
【解決】No changes in database schema were found - cannot generate a migration. To create a new empty migration use "typeorm migration:create" command npx typeorm migration:generate -n CreateItem を実行したら出た情報 npx typeor... -
もりたけんじ[これ出たら] No changes in database schema were found – cannot generate a migration. To create a new empty migration use “typeorm migration:create” command
[これ出たら] No changes in database schema were found - cannot generate a migration. To create a new empty migration use "typeorm migration:create" command これが出たら npx typeorm migration:create -n CreateItem してください。 ...
1