Replies: 1 comment
-
|
@aishamal The code in your repro sandbox and screenshot do not match, and the repro sandbox works fine. Please provide the full repro, we can't debug a screenshot. (PS and the issue title is in neither ...) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Report
While creating a table and updating the data with a file in realtime
Steps to Reproduce:
Expected Result:
On doing npm start a data table should get created
Actual Result:
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start:
NODE_ENV=production node_modules/react-scripts/bin/react-scripts.js startnpm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/aisha/.npm/_logs/2023-05-21T19_23_16_828Z-debug.log
Environment:
"dependencies": {
"@finos/perspective": "^2.1.1",
"@finos/perspective-viewer": "^2.1.2",
"@finos/perspective-viewer-d3fc": "^2.1.2",
"@finos/perspective-viewer-datagrid": "^2.1.2",
"@finos/perspective-webpack-plugin": "^2.1.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"perspective-js": "^1.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"web-vitals": "^2.1.4"
Additional Context:
Beta Was this translation helpful? Give feedback.
All reactions