Hello! I tried to use editor from atlaskit so i installed editor-code@163.0, media-core@66.0 deps but it won't start because of an error:
Module not found: Can't resolve 'react-intl-next' in '...\node_modules\@atlaskit\editor-common\dist\esm\messages'
On https://www.npmjs.com/package/react-intl-next it says that the package is removed due to some security issues.
How to make it work?
Thanks.
Same problem, any news?
adding this to package.json will probably help
```
"react-intl-next": "npm:react-intl@^5.18.1",
```
Same problem, any news about it?
Hi, any update here?
Hi,
I got the same problem when I try to update "@atlaskit/renderer"
"@atlaskit/renderer": "^85.0.0",
"dependencies": {
......
"@atlaskit/renderer": "^85.0.0",
......
"react-intl": "2.8.0",
"react-intl-next": "^0.0.1-security",
"react-query": "^3.24.3",
....
}
The error message :
Failed to compile.
./node_modules/@atlaskit/editor-common/dist/esm/messages/codeBidiWarning.js
Module not found: Can't resolve 'react-intl-next' in .....
I solved this problem with these dependencies
"dependencies": {
"react-intl-next": "npm:react-intl@^5.25.1",
}
Recommended Learning For You
Level up your skills with Atlassian learning
Atlassian DevOps essentials
Learn how to build, automate, and improve DevOps processes used for the development and delivery of software and other digital products.
Tracking and improving DevOps metrics
Make informed decisions about current and future projects and deadlines to maximize your team's productivity and keep morale high.
Exploring Atlassian Cloud products for agile and DevOps
Coordinate a suite of Atlassian Cloud products for greater collaboration and trust, higher-quality solutions, faster releases, and more.