tableau / embedding-api-v3-samples

Samples for the Tableau Embedding API V3.
MIT License
35 stars 13 forks source link

Error when installing `@tableau/embedding-api` via `npm` #16

Closed velineurce closed 4 months ago

velineurce commented 8 months ago

The following error appears

error Couldn't find package "@tableau/api-external-contract-js@1.150.1" required by "@tableau/embedding-api@3.8.0" on the "npm" registry.

When I am trying to install @tableau/embedding-api from npm

In docs https://help.tableau.com/current/api/embedding_api/en-us/docs/embedding_api_get.html#versions-of-the-tableau-embedding-api you don't mention anything about @tableau/api-external-contract-js

ThadCastl3 commented 8 months ago

having the same issue trying to deploy our application: npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/@tableau%2fapi-external-contract-js - Not found npm ERR! 404 npm ERR! 404 '@tableau/api-external-contract-js@1.173.0' is not in this registry. npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url. npm ERR! A complete log of this run can be found in: /home/runner/.npm/_logs/2024-02-29T18_25_38_009Z-debug-0.log

ziolmar commented 7 months ago

+1

manbropig commented 5 months ago

I see a similar error when attempting to install with yarn

yarn add @tableau/embedding-api
➤ YN0000: ┌ Resolution step
➤ YN0035: │ @tableau/api-external-contract-js@npm:1.189.0: The remote server failed to provide the requested resource
➤ YN0035: │   Response Code: 404 (Not Found)
➤ YN0035: │   Request Method: GET
➤ YN0035: │   Request URL: https://registry.yarnpkg.com/@tableau%2fapi-external-contract-js
➤ YN0000: └ Completed in 0s 251ms
➤ YN0000: Failed with errors in 0s 253ms
bcantoni commented 4 months ago

Let's track in the main issue here: https://github.com/tableau/embedding-api-v3-guide/issues/67