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

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

Open velineurce opened this issue 2 years ago • 3 comments

The following error appears

error Couldn't find package "@tableau/[email protected]" required by "@tableau/[email protected]" 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

velineurce avatar Feb 01 '24 07:02 velineurce

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/[email protected]' 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

ThadCastl3 avatar Feb 29 '24 18:02 ThadCastl3

+1

ziolmar avatar Mar 25 '24 12:03 ziolmar

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

manbropig avatar May 23 '24 20:05 manbropig

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

bcantoni avatar Jun 13 '24 18:06 bcantoni