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

[Question] 环境安装问题 #3518

Open
goolin163 opened this issue Apr 10, 2024 · 2 comments
Open

[Question] 环境安装问题 #3518

goolin163 opened this issue Apr 10, 2024 · 2 comments
Labels
💬 question Further information is requested

Comments

@goolin163
Copy link

我有在win10 win11安装环境,查看opensumi文档和vs code文档都不大顺利, 在core这个项目运行yarn命令出现一些错误。经过搜索解决多个错误后能正常运行 ,但测试ide-startup这个项目,运行yarn命令出现下面错误。后使用Mac os安装,安装过程比较顺利,core这个项目也正常运行,但ide-startup也是出现下面错误。 是否有个在一步步安装对应软件版本的流程。确保这些软件组合能正常运行项目

@goolin163 goolin163 added the 💬 question Further information is requested label Apr 10, 2024
@goolin163
Copy link
Author

$ yarn
yarn install v1.22.22
[1/4] 🔍 Resolving packages...
success Already up-to-date.
$ npm run compile:worker-host && npm run compile:ext-host && npm run download:extensions

[email protected] compile:worker-host
cross-env NODE_ENV=production webpack --config ./configs/webpack.worker-host.config.js

/Users/apple/opensumi/ide-startup/node_modules/loader-runner/lib/LoaderRunner.js:106
throw new Error("callback(): The callback was already called.");
^

Error: callback(): The callback was already called.
at context.callback (/Users/apple/opensumi/ide-startup/node_modules/loader-runner/lib/LoaderRunner.js:106:10)
at Object.ESBuildLoader (/Users/apple/opensumi/ide-startup/node_modules/esbuild-loader/dist/loader.js:62:9)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

Node.js v18.20.1
error Command failed with exit code 1.

@a1347acb
Copy link

这个问题我也遇到过,我当时是切换了node版本,node 14版本可以正常运行,改几个问题后也可以用16版本运行🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💬 question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants