Hey! What you could try is to delete node_modules:
- If you are using NPM v6 or greater: npm ci (will delete node_modules & install the dependencies)
- Otherwise, just use rm -rf node_modules and then install your dependencies using npm install
Hey! What you could try is to delete node_modules:
- If you are using NPM v6 or greater: npm ci (will delete node_modules & install the dependencies)
- Otherwise, just use rm -rf node_modules and then install your dependencies using npm install
Written by