aws / aws-lambda-builders

Python library to compile, build & package AWS Lambda functions for several runtimes & framework
Apache License 2.0
334 stars 139 forks source link

feat: Validate minimum npm version required to use --install-links #546

Closed lucashuy closed 11 months ago

lucashuy commented 12 months ago

Issue #, if available: None.

Description of changes: --install-links is a relatively new addition to npm. We'll need to add a check against the current npm version if build in source is enabled since we need to use that option to properly install local dependencies.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.