You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
When I'am running the examples, the scichart was not found.
npm version :
10.8.1node version:
v20.16.0@rsbuild/coreversion :"^1.0.1-rc.2"rsbuild.config.ts:
package.json :
{ "name": "scichart_demo", "private": true, "version": "0.0.0", "type": "module", "scripts": { "lint": "eslint .", "dev": "npm run copyWasm && rsbuild dev", "build": "rsbuild build", "preview": "rsbuild preview", "copyWasm": "copy-files-from-to --config copy-files-from-to.json" }, "dependencies": { "copy-files-from-to": "^3.11.0", "react": "^18.3.1", "react-dom": "^18.3.1", "scichart": "^3.4.659" }, "devDependencies": { "@eslint/js": "^9.9.0", "@rsbuild/core": "^1.0.1-rc.2", "@rsbuild/plugin-react": "^1.0.1-rc.2", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "eslint": "^9.9.0", "eslint-plugin-react-hooks": "^5.1.0-rc.0", "eslint-plugin-react-refresh": "^0.4.9", "globals": "^15.9.0", "typescript": "^5.5.3", "typescript-eslint": "^8.0.1" } }the
copyWasmcommand will copy wasm file from./node_modules/scichart/_wasm/*to./publicdir .scichartwill requirescichart2d.wasmandscichart2d.datatwo files .scichart2d.datasuccessfully fetched, butscichart2d.wasmnot, and redirected to non existing urlthe data and wasm file is
publicdirrectory :Beta Was this translation helpful? Give feedback.
All reactions