Ian Gilkes

Results 11 comments of Ian Gilkes

I am also having the same issues on windows. @mehcode Is this project still alive and well, if so, do you need any info from me to help debug?

Hi @MoritzKn, Thanks for your swift response and kindly providing me with a route to follow! I'll fork the repo over the weekend and take a deep dive to see...

@bahmutov - is this by design or can I open an MR to address this?

I have opened a pull request which hopefully addresses this issue. Let me know how it goes! https://github.com/bahmutov/npm-install/pull/102

Thanks @simonihmig for your update RE: ```typescript const args = shouldUsePackageLock ? ['--frozen-lockfile'] : ['--no-lockfile'] ``` Where an empty array is passed into `exec` as args, no args are presented,...

This is my React App boiler plate which includes auto deployment too using [Sam Kirkland's FTP Action](https://github.com/SamKirkland/FTP-Deploy-Action) ```yaml on: push: branches: - master paths: - 'client/**' name: 🧪 Auto |...

This sounds more like an issue with your dependencies, something doesn't appear to like version 14.17.0

Is your package-lock commited to your repository? Feel free to share a link and I can take a peek ☺️

I have found also that this leads to console errors as such: > [Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See https://www.chromestatus.com/features/6662647093133312...

You can't 'print' video... ! Perhaps you could render an element behind the video and snapshot this in place of the video?