-
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
Browserify-aes #1428
Comments
It comes through webpack, which is required by the application-package:
|
Does Theia actually need (make use of) the function in browserify-aes itself, or is just pulled in because it's part of a package containing other function that Theia needs? |
It is pulled in through the |
For now, you could remove the |
Our package.json doesn't include the
Is there some other extension that's also pulling it in? The docker hub theiaide/theia image also contains |
@svenefftinge I believe the |
Forgive my node/yarn ignorance, but is it OK to remove devDependencies, will yarn still build our theia app? |
You can remove the devDependencies after you've successfully built the application. |
Awesome, thanks |
@jopit, is there anything else left we have to discuss here? If no, I would like to close this issue. Thanks! |
We are good for now, so closing this. |
The browserify-aes package that gets pulled in by Theia is listed as being licensed under the MIT license, but this issue indicates that package may in violation of other licenses.
Does Theia actually use browserify-aes? Could the dependency on it be removed?
The text was updated successfully, but these errors were encountered: