You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The last working linux/arm64 binaries published were for v0.87.6.
There were no binaries published for 0.88.0 or 0.88.1. Starting with v0.88.2 through the current v0.88.5, the linux/arm64 binaries fail immediately with the error message:
Error: Cannot find module '/snapshot/cli/node_modules/codefresh-sdk/index.js'. Please verify that the package.json has a valid "main" entry
1) If you want to compile the package/file into executable, please pay attention to compilation warnings and specify a literal in 'require' call. 2) If you don't want to compile the package/file into executable and want to 'require' it from filesystem (likely plugin), specify an absolute path in 'require' call using process.cwd() or process.execPath.
The text was updated successfully, but these errors were encountered:
The last working
linux/arm64
binaries published were for v0.87.6.There were no binaries published for 0.88.0 or 0.88.1. Starting with v0.88.2 through the current v0.88.5, the
linux/arm64
binaries fail immediately with the error message:The text was updated successfully, but these errors were encountered: