# Check if Node.js is installed and present in PATH if it failed, abort the build
ifnode_exisNone:
print('\x1b[0;31;43m'+'Node.js is not installed or missing from PATH html css js will not be processed check https://kno.wled.ge/advanced/compiling-wled/'+'\x1b[0m')
exitCode=env.Execute("null")
exit(exitCode)
else:
# Install the necessary node packages for the pre-build asset bundling script