Can't get ghost running on Apple M1 chip!

@strug did you install node under Rosetta? As far as I know node.js doesn’t support the M1 processor natively yet (at least for any releases earlier than node 15).

Otherwise I’m not sure what to suggest. I’ve been running and developing Ghost on an M1 processor since the laptops were released without issue with node installed under rosetta.

To check which arch your node binary is compiled to you can use lipo with your node binary path, eg:

❯ lipo -archs /Users/kevin/.nvm/versions/node/v12.19.1/bin/node
x86_64