Skip to content

Slate 0.14.0 Not pushing files on Apple M1 #103

@bluedge

Description

@bluedge

Problem

On Apple M1 - Slate "@shopify/slate-tools": "0.14.0" is running but the files are not being push to Shopify servers.

The other M1 issue mentions a node_modules folder structure including a folder slate-sync that does not exist in our legacy projects with slate 0.14.0.

Replication steps

package.json

{
  "name": "xyz",
  "description": "xyz",
  "version": "1.0.0",
  "license": "UNLICENSED",
  "private": "true",
  "repository": {
    "type": "git",
    "url": "xyz"
  },
  "devDependencies": {
    "@shopify/slate-tools": "0.14.0",
    "natives": "1.1.6"
  },
  "dependencies": {
    "grunt": "1.3.0",
    "node-gyp": "7.1.0"
  }
}

More Information

Rosetta 2 is active in the Terminal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions