-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
yargs
is missing when loading the nsfw index in a bundled electron application
#934
Comments
in VS code for forked processes they add
look at PIDs, they are different watchers |
|
it is via |
It does not happen anymore. |
It still exists:
|
It is due to a version mismatch. We have multiple versions of
After the bundling of the electron application, |
Bumping up to Also, I try to align the |
yargs
is missing when loading the nsfw index in a bundled electron applicationyargs
is missing when loading the nsfw index in a bundled electron application
It seems we will run into this defect from time to time... :( |
It is a must for the bundled electron application. Otherwise, these two dependencies won't be hoisted into the root `node_modules` folder. Instead, they will stay in `node_modules/@theia/core/node_modules`, and will not make into the bundled electron application. Closes: #934. Signed-off-by: Akos Kitta <[email protected]>
It is a must for the bundled electron application. Otherwise, these two dependencies won't be hoisted into the root `node_modules` folder. Instead, they will stay in `node_modules/@theia/core/node_modules`, and will not make into the bundled electron application. Added a `prepare` script to check the hoisted dependencies. Closes: #934. Signed-off-by: Akos Kitta <[email protected]>
It is a must for the bundled electron application. Otherwise, these two dependencies won't be hoisted into the root `node_modules` folder. Instead, they will stay in `node_modules/@theia/core/node_modules`, and will not make into the bundled electron application. Added a `prepare` script to check the hoisted dependencies. Closes: #934. Signed-off-by: Akos Kitta <[email protected]>
It is a must for the bundled electron application. Otherwise, these two dependencies won't be hoisted into the root `node_modules` folder. Instead, they will stay in `node_modules/@theia/core/node_modules`, and will not make into the bundled electron application. Added a `prepare` script to check the hoisted dependencies. Closes: #934. Signed-off-by: Akos Kitta <[email protected]>
It is a must for the bundled electron application. Otherwise, these two dependencies won't be hoisted into the root `node_modules` folder. Instead, they will stay in `node_modules/@theia/core/node_modules`, and will not make into the bundled electron application. Added a `prepare` script to check the hoisted dependencies. Closes: #934. Signed-off-by: Akos Kitta <[email protected]>
It is a must for the bundled electron application. Otherwise, these two dependencies won't be hoisted into the root `node_modules` folder. Instead, they will stay in `node_modules/@theia/core/node_modules`, and will not make into the bundled electron application. Added a `prepare` script to check the hoisted dependencies. Closes: #934. Signed-off-by: Akos Kitta <[email protected]>
It is a must for the bundled electron application. Otherwise, these two dependencies won't be hoisted into the root `node_modules` folder. Instead, they will stay in `node_modules/@theia/core/node_modules`, and will not make into the bundled electron application. Added a `prepare` script to check the hoisted dependencies. Closes: #934. Signed-off-by: Akos Kitta <[email protected]>
It is a must for the bundled electron application. Otherwise, these two dependencies won't be hoisted into the root `node_modules` folder. Instead, they will stay in `node_modules/@theia/core/node_modules`, and will not make into the bundled electron application. Added a `prepare` script to check the hoisted dependencies. Closes: #934. Signed-off-by: Akos Kitta <[email protected]>
cf. issue eclipse-theia/theia#934 Signed-off-by: David Festal <[email protected]>
…ies. It is a must for the bundled electron application. Otherwise, these two dependencies won't be hoisted into the root `node_modules` folder. Instead, they will stay in `node_modules/@theia/core/node_modules`, and will not make into the bundled electron application. Added a `prepare` script to check the hoisted dependencies. Closes: eclipse-theia#934. Signed-off-by: Akos Kitta <[email protected]> Signed-off-by: Bogdan Stolojan <[email protected]>
The log message is strange too: why does it tell three times that the server has crashed five times...
The text was updated successfully, but these errors were encountered: