When Running the nodemon app, it's failing on macbook m1 pro chip. It's showing missing symbol called.
Even tried with rosetta terminal and installed nvm version 16 on that, still failing
Link which I referred:- Dyld Issue with yarn and node
package.json
"dependencies": {
"@alch/alchemy-web3": "^1.1.9",
"@traderxyz/nft-swap-sdk": "^0.16.0",
"axios": "^0.24.0",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"ethers": "^5.5.1",
"express": "^4.17.1",
"got": "^11.8.2",
"joi": "^17.5.0",
"jsonwebtoken": "^8.5.1",
"luxon": "^2.3.1",
"node-cron": "^3.0.0",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4",
"pg-native": "^3.0.0",
"sequelize": "^6.9.0",
"web3": "^1.6.1",
"web3-token": "^0.2.7",
"web3modal": "^1.9.4",
"xlsx": "^0.18.3"
},
"devDependencies": {
"eslint": "^8.2.0",
"swagger-jsdoc": "^6.1.0",
"swagger-ui-express": "^4.2.0",
"eslint-config-prettier": "^8.3.0",
"nodemon": "^2.0.15",
"prettier": "2.4.1"
}