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!