Skip to content

fix: Fixed npm install on Windows without having to use wsl #502

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 5, 2023
Merged

fix: Fixed npm install on Windows without having to use wsl #502

merged 1 commit into from
Oct 5, 2023

Conversation

eicki
Copy link
Contributor

@eicki eicki commented Oct 5, 2023

Description

Use of npm.cmd on WINDOWS instead of npm within install_npm_requirements method

Motivation and Context

#414 describes the issue, it has been closed with the resolution that WSL should be used. While this is a solution not all development teams use WSL. Additionally, the package.py already contains specific WINDOWS handling anyway (e.g. for python).

Fixes #414

Breaking Changes

no breaking change imho

How Has This Been Tested?

locally on my Windows machine.

@antonbabenko antonbabenko changed the title fix: Issue #414 local-exec step npm install on Windows without having to use wsl. fix: Fixed npm install on Windows without having to use wsl Oct 5, 2023
@antonbabenko antonbabenko merged commit ffa56e8 into terraform-aws-modules:master Oct 5, 2023
antonbabenko pushed a commit that referenced this pull request Oct 5, 2023
### [6.0.1](v6.0.0...v6.0.1) (2023-10-05)

### Bug Fixes

* Fixed npm install on Windows without having to use wsl ([#502](#502)) ([ffa56e8](ffa56e8))
@antonbabenko
Copy link
Member

This PR is included in version 6.0.1 🎉

Copy link

github-actions bot commented Nov 5, 2023

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 5, 2023
@TobiX TobiX deleted the fix_issue_414 branch December 18, 2024 10:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

local-exec step fails when trying to run 'npm install' on Windows
2 participants