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```
Hello, I've been trying to run the sample-dataprovider-app-statuspage app, but the
@atlaskitpackage 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 yarnv1.22.21.I also tried to bump the react packages but to no avail.
Here's the logs when I run the
ui:startcommand: