#!/bin/bash
echo "Removing package-lock and removing node modules"
rm package-lock.json
rm -rf node_modules