Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken @atlaskit dependencies #25

Open
RiccardoBiosas opened this issue May 22, 2024 · 0 comments
Open

Broken @atlaskit dependencies #25

RiccardoBiosas opened this issue May 22, 2024 · 0 comments

Comments

@RiccardoBiosas
Copy link

RiccardoBiosas commented May 22, 2024

Hello, I've been trying to run the sample-dataprovider-app-statuspage app, but the @atlaskit package seems to have incorrect peer dependencies and it causes the build to fail.
I followed the instructions provided in the README and I'm running node v14.19.0 (as per .nvmrc file) and yarn v1.22.21.
I also tried to bump the react packages but to no avail.

Here's the logs when I run the ui:start command:

 @ ./node_modules/@atlaskit/analytics-next-stable-react-context/dist/esm/index.js 1:0-45 2:15-35
 @ ./node_modules/@atlaskit/analytics-next/dist/esm/index.js 14:0-97 14:0-97
 @ ./node_modules/@atlaskit/button/dist/esm/shared/button-base.js 8:0-71 83:16-43
 @ ./node_modules/@atlaskit/button/dist/esm/button.js 8:0-46 69:42-52
 @ ./node_modules/@atlaskit/button/dist/esm/entry-points/standard-button.js 6:0-36 6:0-36
 @ ./src/App.tsx 10:0-54 53:35-41
 @ ./src/index.tsx 6:0-24 10:33-36

WARNING in ./node_modules/@atlaskit/analytics-next-stable-react-context/dist/esm/index.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/home/compass-examples/apps/sample-dataprovider-app-statuspage/ui/node_modules/@atlaskit/analytics-next-stable-react-context/src/index.ts' file: Error: ENOENT: no such file or directory, open '/home/compass-examples/apps/sample-dataprovider-app-statuspage/ui/node_modules/@atlaskit/analytics-next-stable-react-context/src/index.ts'
 @ ./node_modules/@atlaskit/analytics-next/dist/esm/index.js 14:0-97 14:0-97
 @ ./node_modules/@atlaskit/button/dist/esm/shared/button-base.js 8:0-71 83:16-43
 @ ./node_modules/@atlaskit/button/dist/esm/button.js 8:0-46 69:42-52
 @ ./node_modules/@atlaskit/button/dist/esm/entry-points/standard-button.js 6:0-36 6:0-36
 @ ./src/App.tsx 10:0-54 53:35-41
 @ ./src/index.tsx 6:0-24 10:33-36```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant