Jyothi-Venkatesh
Jyothi-Venkatesh
@robertsLando Thanks for immediate response.. I do tried this. Let me give another try.
@robertsLando The addded the below lines to package.json but no luck.. "directories": { "assets:": "node_modules/ibm_db/**" }
@robertsLando After adding assets as mentioned. It getting hanged at " Fetching base Node.js binaries to PKG_CACHE_PATH " I tried playing with node versions which did not work out.
@robertsLando node16-linux-x64 is added in the targets in package.json so I just removed from docker file. "pkg": { "assets": [ "node_modules/ibm_db/**/*" ], "targets": [ "node16-linux-arm64" ] }
after adding it to docker file. same issue
`RUN ["pkg",".", "--build","--target", "node14-linux","--output","/pkg/app-linux" ]` Yes it has internet connection. I added --build to not download prebuilt base binaries and ended up with ``` vcbuild.bat #31 42.35 > Applying patches...