Unable to install @atlaskit/editor-core: public versions depend on unavailable @atlassian/* packages

Hi,

I’m trying to use @atlaskit/editor-core as an external developer following the guide ( Examples – Atlaskit ).

However, the installation fails due to missing @atlassian/* packages that don’t appear to be available from the public npm registry.

I tested the following versions:

  • latest (currently 221.7.0), 221.6.2, 221.6.1, 221.4.0 : fail on missing @atlassian/studio-entry-link@^1.1.0
  • 221.3.0: fails on missing @atlassian/react-compiler-gating@^0.2.0

For example, with the latest version:

npm ERR! 404 Not Found - GET https://registry.npmjs.org/@atlassian%2fstudio-entry-link
npm ERR! 404 The requested resource '@atlassian/studio-entry-link@^1.1.0' could not be found or you do not have permission to access it.

And with 221.3.0:

npm ERR! 404 Not Found - GET https://registry.npmjs.org/@atlassian%2freact-compiler-gating
npm ERR! 404 The requested resource '@atlassian/react-compiler-gating@^0.2.0' could not be found or you do not have permission to access it.

I understand that the editor is primarily intended for internal Atlassian development, but the documentation also states that external developers should be able to use it.

Is @atlaskit/editor-core currently expected to be installable by external developers from the public npm registry, or is there an additional setup step or workaround that’s required?

Thanks!

Likely related to this: Private NPM package @atlassian/repo-feature-flags required by a bunch of popular public atlaskit packages - #8 by OguzhanYrk

Submit a bug report and include that other thread, because I doubt they’re aware of it: Jira Service Management

Indeed, as nathanwaters pointed out we have been effected by this as well.