tableau / webdataconnector

Bring the data you care about into Tableau
https://tableau.github.io/webdataconnector
MIT License
677 stars 586 forks source link

Does not install on M1 Silicon with cb.apply is not a function #495

Open kimadactyl opened 2 years ago

kimadactyl commented 2 years ago
$ sudo npm install --production

> webdataconnector@2.0.0 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

2022-07-01T12_07_25_497Z-debug-0.log

kimadactyl commented 2 years ago

Update: it installs fine with yarn, is this a npm version issue?

pengshengjie commented 1 year ago

I have encountered the same problem. Have you solved it?