We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
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
download tag v0.9.0 run following: cd examples/react yarn && yarn start
cd examples/react
yarn && yarn start
application will launch
$ 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'
macos big sur, nodejs 14
version v0.8.0 works
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: