embedding-api-v3-guide icon indicating copy to clipboard operation
embedding-api-v3-guide copied to clipboard

"core-js": "^2.5.7" deprecated

Open savkaoleg opened this issue 1 year ago • 2 comments

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

savkaoleg avatar May 03 '24 09:05 savkaoleg

I am facing the same problem; the CI/CD pipeline is stuck because of npm ci.

angryera avatar Dec 04 '24 14:12 angryera

I am facing the same problem; the CI/CD pipeline is stuck because of npm ci.

npm ci --legacy-peer-deps

savkaoleg avatar Dec 04 '24 14:12 savkaoleg