Skip to content
New issue

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

hello , the code cannot run , npm run dev failed , #56

Open
chenguang1994 opened this issue Dec 27, 2023 · 2 comments
Open

hello , the code cannot run , npm run dev failed , #56

chenguang1994 opened this issue Dec 27, 2023 · 2 comments

Comments

@chenguang1994
Copy link

企业微信截图_17036769333405

@lion054
Copy link
Contributor

lion054 commented Nov 7, 2024

Also I had faced the same issue.
Via code analyze, we can find out that /src/evaluation/index.html and /src/evaluation/eval.js were missed.
I could avoid this issue by using typescript not esbuild for compilation.

  "scripts": {
    ...
    "build": "tsc -p tsconfig.json"
  },

@kaktus40
Copy link
Owner

kaktus40 commented Nov 8, 2024

Or you could only use the plug in like this. The evaluation file is for my specific use to check the plugin with my configuration.
If you need it, specify your need.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants