1 2 3 4 5 6
import os def check_node(current_dir): if os.path.exists(current_dir + '/node/node_modules'): return True