Closed MichalIrzylowski closed 6 years ago
Hi @MichalIrzylowski 😁
The error causing the failure is output in the middle of that build log:
remote: error /tmp/build_7a83fd688f5485f4aa7c6e90ff423467/node_modules/node-base64: Command failed. remote: Exit code: 127 … remote: ./install.sh: 3: ./install.sh: node-waf: not found
Looks like that node-base64 package is the culprit. Checked the node-base64 npm listing and its last update was seven-years ago. It's very unlikely any npm package with a seven-year old native build step would still be working well today 🤪
Perhaps switch to use Node's built-in base64 capabilities or find a more recent base64 package. This one looks promising.
If the node-base64 package is a transitive dependency you don't directly control (i.e. it's a dependency of one of your app's dependencies), then you'll have to dig deeper with npm ls
to figure out which of your dependencies requires it. Once you find the package that requires it, address the issue by upgrading that package or opening an issue on that project.
Thank you man! I found a package and deleted it (I installed it by an accident). Now everything is working! :) Thank you very much!
Hey!
I have a deployment problem. I have set static.json. During the deployment it stops and says:
But I don't know what the issue is :(
I have noticed
maybe it will help.
Deployment outupt:
Git repo to the app: https://github.com/MichalIrzylowski/swag-pictures
Can you help me somehow?
Thanks, Michał