Skip to content

Conversation

@dlindberg
Copy link

Check if node_modules is empty or does not exist instead of just does not exist.

Description

Checking if the directory is empty allows the container to know it needs to run npm install when there is already a package-lock.json file

Related issues

issue #82

Need to check if node_modules or does not exist instead of just does not exist so that npm install will run on a project with a checked in package-lock.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant