embedding-api-v3-guide
embedding-api-v3-guide copied to clipboard
"core-js": "^2.5.7" deprecated
I use "@tableau/embedding-api": "3.9.0" in one of my projects. And in one day my npm ci stuck. The reason was "core-js": "^2.5.7", because this version is deprecated: https://www.npmjs.com/package/core-js?activeTab=versions
"core-js": "^2.5.7" is peerDependencies of @tableau/api-internal-contract-js
@tableau/api-internal-contract-js is dependencies of @tableau/embedding-api
I am facing the same problem; the CI/CD pipeline is stuck because of npm ci.
I am facing the same problem; the CI/CD pipeline is stuck because of
npm ci.
npm ci --legacy-peer-deps