webdataconnector
webdataconnector copied to clipboard
Does not install on M1 Silicon with cb.apply is not a function
$ sudo npm install --production
> [email protected] preinstall
> npm install --package-lock-only --no-audit --ignore-scripts && npx npm-force-resolutions
npm ERR! cb.apply is not a function
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/kim/.npm/_logs/2022-07-01T12_07_26_758Z-debug.log
npm ERR! code 1
npm ERR! path /Users/kim/src/webdataconnector
npm ERR! command failed
npm ERR! command sh -c npm install --package-lock-only --no-audit --ignore-scripts && npx npm-force-resolutions
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/kim/.npm/_logs/2022-07-01T12_07_25_497Z-debug-0.log
Full log below
Update: it installs fine with yarn, is this a npm version issue?
I have encountered the same problem. Have you solved it?