stevedlawrence commented on code in PR #798:
URL: https://github.com/apache/daffodil/pull/798#discussion_r901926438
##########
containers/release-candidate/daffodil-release-candidate:
##########
@@ -281,6 +281,7 @@ case $PROJECT_REPO in
echo "Building Convenience Binaries..."
mkdir -p $DAFFODIL_RELEASE_DIR/bin/
+ yarn install
Review Comment:
Using your branch doesn't fix it. I found this active thread which seems
like it's the issue:
https://togithub.com/webpack/webpack/issues/14532
According to that it's an issue with webpack and Node.js 17, but this update
is to Fedora 36 which only includes Node.js 16. There are some comments that
mention F36 not working, but no solution. Setting NODE_OPTIONS doesn't work for
me in the VM, with the error:
```
node: --openssl-legacy-provider is not allowed in NODE_OPTIONS
```
Seems something else is going on...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]