Open zklimaleo opened 1 month ago
Same issue
Same issue
For context, this error only occurs when I run npm create leo-app@latest
and select Node.js
as the framework
@Pauan any idea why this might be?
This issue also occurs when running npm create leo-app@latest
with React
, and then building the project using npm run build
.
For the React option, I was able to get npm run build
working after installing core-js
.
For the Typescript option, I get this error when I get this error
> npm run dev
npm error Missing script: "dev"
npm error
npm error To see a list of scripts, run:
npm error npm run
npm error A complete log of this run can be found in: /Users/pranav/.npm/_logs/2024-11-27T16_16_51_580Z-debug-0.log
For the React option, I was able to get
npm run build
working after installingcore-js
. For the Typescript option, I get this error when I get this error> npm run dev npm error Missing script: "dev" npm error npm error To see a list of scripts, run: npm error npm run npm error A complete log of this run can be found in: /Users/pranav/.npm/_logs/2024-11-27T16_16_51_580Z-debug-0.log
There's some errors printed in console and all functions from worker.js
doesn't work even after installed core-js
package for React option
Thanks for the report, this seems to be caused by #925, I think we just need to update the examples.
🐛 Bug Report
Follow guide to run
create-leo-app
but encounter error during run dev. Noticed the update of@provablehq/sdk
to0.7.0
. Fallback to0.6.13
works.Steps to Reproduce
Code snippet to reproduce
Stack trace & error message
Expected Behavior
Able to run dev without errors
Your Environment