01G271BR9H8WH1VNE8QHKYGDCX / yorudokimayu-info

0 stars 1 forks source link

Storybook更新 #200

Closed 01G271BR9H8WH1VNE8QHKYGDCX closed 1 year ago

01G271BR9H8WH1VNE8QHKYGDCX commented 1 year ago

StroybookとCypressを同居させる場合、string-widthでモジュールのエラーが発生してパッケージのインストールが失敗する

Error [ERR_REQUIRE_ESM]: require() of ES Module /home/runner/work/yorudokimayu-info/yorudokimayu-info/node_modules/string-width/index.js from /home/runner/work/yorudokimayu-info/yorudokimayu-info/node_modules/cli-truncate/index.js not supported.

上記エラー回避については

https://github.com/cypress-io/cypress/issues/27370#issuecomment-1652953961

を参考にpackage.jsonに

  "resolutions": {
    "jackspeak": "2.1.1"
  }

を追加した