-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[jsscripting] Fix node_modules handling #14398
Conversation
Signed-off-by: Jan N. Klug <github@klug.nrw>
This pull request has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/openhab-4-0-snapshot-discussion/142322/176 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
I have tested this, works fine.
@wborn Can you please review this PR and the core PR? JS Scripting is currently broken and this will fix it 😃 |
@jlaur Can this get merged? The CI build is failing because the core changes were merged today and I guess they aren‘t available in the core artifacts yet. If this gets merged today, JS Scripting should be fixed tomorrow (and we don‘t have to wait an additional day). In case the SNAPSHOT build of the addon fails, this is no great loss since JS Scripting is already broken. Another option to speed this up is to get someone trigger the core build in Jenkins, I guess @kaikreuzer could help here. |
I triggered a build. It will also allow for testing some Jenkins upgrades. 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix!
This pull request has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/openhab-4-0-snapshot-discussion/142322/177 |
Signed-off-by: Jan N. Klug <github@klug.nrw>
Signed-off-by: Jan N. Klug <github@klug.nrw>
Signed-off-by: Jan N. Klug <github@klug.nrw>
Depends on openhab/openhab-core#3372