Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python2 の依存除去 #81

Merged
merged 5 commits into from
Apr 21, 2022
Merged

Conversation

qazsato
Copy link
Owner

@qazsato qazsato commented Apr 21, 2022

mac os 12.3.x から python2 が削除された。

node-sass と electron-builder v22.x は、python2 に依存しているため、インストール・ビルド共にエラーが発生するようになった。

node-sass は dart-sass に移行、electron-builder は v23 にアップデートすることで依存を除去。

下記定義は、元の vue-cli-plugin-electron-builder がアップデートされたら削除できる。

"overrides": {
  "vue-cli-plugin-electron-builder": {
    "electron-builder": "23.0.3"
  }
},

nklayman/vue-cli-plugin-electron-builder#1701 (comment)

@qazsato qazsato merged commit 7650443 into main Apr 21, 2022
@qazsato qazsato deleted the feature/exclude_dependencies_python2 branch April 21, 2022 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant