Skip to content
This repository was archived by the owner on Jul 19, 2021. It is now read-only.
This repository was archived by the owner on Jul 19, 2021. It is now read-only.

ARM64 (Apple M1) support #1107

@isAdrisal

Description

@isAdrisal

There is discussion here regarding a crash when trying to install/run Slate on M1 Macs due to the dependency on @shopify/themekit v0.6 in slate-tools and slate-sync.

In a test Slate project, adding a resolution to the latest themekit version in package.json appears to be a viable workaround for this issue.

Specifically, adding the following to the project's package.json:

"resolutions": {
  "**/@shopify/themekit": "^1.1.7"
},

Creating this issue for reference if it helps someone else, but also looking for feedback if there are better approaches.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions