Skip to content

Commit

Permalink
feat(#206): remove binary if built with unsupported node version
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Mattes Krusekamp <ben.krause05@gmail.com>
  • Loading branch information
jannis-baum and luposmi committed Feb 9, 2025
1 parent ef959f6 commit bf53ea8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ $(SERVER_PATH_LINUX): $(BUNDLE_PATH) sea-config.json
{ \
printf "\n\n\x1b[1;31mYour $(shell command -v node) does not support Node SEA, which is needed to compile Vivify.\x1b[0m\n"; \
printf "\x1b[1;31mPlease install Node.js through Node Version Manager (nvm) and try again.\x1b[0m\n"; \
rm $(SERVER_PATH_LINUX) \
exit 1; \
}
chmod +w $(SERVER_PATH_LINUX)
Expand Down

0 comments on commit bf53ea8

Please sign in to comment.