-
Notifications
You must be signed in to change notification settings - Fork 144
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
NODE_MODULE_VERSION error #3
Comments
@christlee1989 the fix is present in the next release ( |
@vince-fugnitto but I try to use theia version: |
I tried myself and it worked correctly (the application successfully started):
|
@vince-fugnitto why i still error :( |
@vince-fugnitto my versions |
@christlee1989 you can perform a For example, my "name": "@theia/core",
"version": "1.6.0-next.d45b301c", |
@vince-fugnitto I removed yarn.lock before |
What is your most recent error? This is my {
"private": true,
"name": "theia-example",
"productName": "Theia Electron Example Application",
"version": "1.5.0",
"main": "src-gen/frontend/electron-main.js",
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
"author": "Rob Moran <github@thegecko.org>",
"homepage": "https://github.com/eclipse-theia/theia-example#readme",
"bugs": {
"url": "https://github.com/eclipse-theia/theia/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eclipse-theia/theia-example.git"
},
"engines": {
"node": ">=10.2.0"
},
"theia": {
"target": "electron",
"frontend": {
"config": {
"applicationName": "Theia Electron Example Application"
}
},
"backend": {
"config": {
"startupTimeout": -1
}
}
},
"dependencies": {
"@theia/callhierarchy": "next",
"@theia/console": "next",
"@theia/core": "next",
"@theia/debug": "next",
"@theia/editor": "next",
"@theia/editor-preview": "next",
"@theia/electron": "next",
"@theia/file-search": "next",
"@theia/filesystem": "next",
"@theia/getting-started": "next",
"@theia/git": "next",
"@theia/keymaps": "next",
"@theia/markers": "next",
"@theia/messages": "next",
"@theia/metrics": "next",
"@theia/mini-browser": "next",
"@theia/monaco": "next",
"@theia/navigator": "next",
"@theia/outline-view": "next",
"@theia/output": "next",
"@theia/plugin-dev": "next",
"@theia/plugin-ext": "next",
"@theia/plugin-ext-vscode": "next",
"@theia/preferences": "next",
"@theia/preview": "next",
"@theia/process": "next",
"@theia/scm": "next",
"@theia/scm-extra": "next",
"@theia/search-in-workspace": "next",
"@theia/task": "next",
"@theia/terminal": "next",
"@theia/typehierarchy": "next",
"@theia/userstorage": "next",
"@theia/variable-resolver": "next",
"@theia/vsx-registry": "next",
"@theia/workspace": "next"
},
"devDependencies": {
"@theia/cli": "next",
"electron-builder": "^22.8.0"
},
"scripts": {
"prepare": "yarn build",
"lint": "theiaext lint",
"clean": "theia clean",
"build": "theia rebuild:electron && yarn bundle",
"bundle": "theia build",
"watch": "concurrently -n compile,bundle \"theiaext watch --preserveWatchOutput\" \"theia build --watch --mode development\"",
"start": "theia start --plugins=local-dir:../../plugins",
"start:debug": "yarn start --log-level=debug",
"test": "electron-mocha --timeout 60000 \"./lib/test/**/*.espec.js\"",
"package": "electron-builder -c.mac.identity=null --publish never",
"package:preview": "electron-builder --dir"
}
} |
@vince-fugnitto exactly the same |
@vince-fugnitto I try the https://github.com/theia-ide/theia-trace-extension , this no error, can you find some difference? |
The Update: you can try the following repository if you like (I made the changes I expressed earlier and hopefully it's clearer): https://github.com/vince-fugnitto/theia-next. The changes work well for me, I am able to build and start using: yarn
yarn start |
Closing due to inactivity, and the issue was not reproduced. |
…se-version-0.1.0 Update scorpio with release version 0.1.0
Bug Description:
when
yarn start
:when
yarn package:preview
:Steps to Reproduce:
1.clone this repo
2.exec
yarn
3.exec
yarn start
Additional Information
The text was updated successfully, but these errors were encountered: