react example not working with version 0.9.0 #1468
Unanswered
krzysztofpniak
asked this question in
Q&A
Replies: 2 comments 6 replies
-
Please review the Perspective developer's guide, and perhaps also Yarn's Getting Started guide, as you'll need to install, configure and build the project as well.
|
Beta Was this translation helpful? Give feedback.
3 replies
-
I've got similar problem here in my project. I've tried to check it in an "isolated" environment, like @krzysztofpniak, and still get errors. Here: https://stackblitz.com/edit/perspective-poc-2lsdng?file=src%2FApp.jsx Run |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug Report
Steps to Reproduce:
download tag v0.9.0
run following:
cd examples/react
yarn && yarn start
Expected Result:
application will launch
Actual Result:
$ webpack serve --open
[webpack-cli] Failed to load '/Users/krzysztofpniak/js/perspective/examples/react/webpack.config.js'
[webpack-cli] Error: Cannot find module '@finos/perspective/dist/esm/config'
Environment:
macos big sur, nodejs 14
Additional Context:
version v0.8.0 works
Beta Was this translation helpful? Give feedback.
All reactions