## Description I am trying to install this boilerplate in Apple M1 but this issue is showing up. npm ERR! code 1 npm ERR! path /Users/jeetdhandha/MyStuff/XXXXX/node_modules/ngrok npm ERR! command failed npm ERR! command sh -c node ./postinstall.js npm ERR! ngrok - platform darwinarm64 is not supported. ## Steps to reproduce Steps to reproduce the behavior: 1. git clone --depth=1 https://github.com/react-boilerplate/react-boilerplate.git XXXXX 2. npm run setup **Expected behavior** Should install without any error. ## Versions - React-Boilerplate : Current latest version. - Node/NPM: Node - v16.3.0 | npm - 7.15.1
Description
I am trying to install this boilerplate in Apple M1 but this issue is showing up.
npm ERR! code 1
npm ERR! path /Users/jeetdhandha/MyStuff/XXXXX/node_modules/ngrok
npm ERR! command failed
npm ERR! command sh -c node ./postinstall.js
npm ERR! ngrok - platform darwinarm64 is not supported.
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
Should install without any error.
Versions