Skip to content
This repository has been archived by the owner on May 15, 2022. It is now read-only.

Example code doesn't work #71

Open
hisato-kawaji opened this issue May 14, 2021 · 0 comments
Open

Example code doesn't work #71

hisato-kawaji opened this issue May 14, 2021 · 0 comments

Comments

@hisato-kawaji
Copy link

The example code doesn't work with the error below.

Module not found: Package path ./dist/index.css is not exported from package /Users/wajiwaji/dev/livestream/react-dat-gui/example/node_modules/react-dat-gui (see exports field in /Users/wajiwaji/dev/livestream/react-dat-gui/example/node_modules/react-dat-gui/package.json)
> 1 | import 'react-dat-gui/dist/index.css';
  2 |
  3 | function MyApp({ Component, pageProps }) {
  4 |   return <Component {...pageProps} />;

I have tried the example before I run npm i in the root directory.
I think the path to index.css cannot be resolved because the path cannot not found on example/.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant