We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have installed the Canvas package.
I get a blank page after install the canvas ui
`GET http://127.0.0.1:5173/css/canvas-ui.css net::ERR_ABORTED 404 (Not Found)Understand this error canvas-ui:27
GET http://127.0.0.1:5173/js/canvas-ui.js net::ERR_ABORTED 404 (Not Found)Understand this error`
No response
The text was updated successfully, but these errors were encountered:
Same here
Sorry, something went wrong.
Remove "type": "module", line from package.json file, then npm install && npm run canvas.ui.prod.
"type": "module",
npm install && npm run canvas.ui.prod
No branches or pull requests
Is there an existing issue for this?
Current Behavior
I have installed the Canvas package.
I get a blank page after install the canvas ui
`GET http://127.0.0.1:5173/css/canvas-ui.css net::ERR_ABORTED 404 (Not Found)Understand this error
canvas-ui:27
GET http://127.0.0.1:5173/js/canvas-ui.js net::ERR_ABORTED 404 (Not Found)Understand this error`
Expected Behavior
No response
Steps To Reproduce
No response
Environment
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: