-
Notifications
You must be signed in to change notification settings - Fork 86
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
Install failure for v0.34.0
#394
Comments
As a first investigative step, this scenario works fine in a clean Docker container: user@HOST Temp % docker run --rm --tty --name playground --volume $PWD:/home/workdir --workdir /home/workdir --user node --interactive node:18 bash
node@87c3c4ef8bbe:/home/workdir$ npm install markdownlint-cli@0.34.0
added 59 packages in 21s
17 packages are looking for funding
run `npm fund` for details
node@87c3c4ef8bbe:/home/workdir$ ./node_modules/.bin/markdownlint --version
0.34.0
node@87c3c4ef8bbe:/home/workdir$ |
This works fine for my precommit scenarios (see linked issue which suggests otherwise): https://github.com/DavidAnson/Workflows/actions/runs/4856566071/jobs/8656246014 However, the I'll have a look this evening. |
Here is someone reporting the same cliui/rimraf issue - but on Windows under DevOps installing angular: Totally different environment, same failure. My guess is that some mutual dependency broke a bunch of projects like this. |
I'm reasonably confident this is the underlying issue: isaacs/jackspeak#4 |
The dependency has been fixed, please try again. |
The latest release,
v0.34.0
as of the time of this writing, fails to install.Raw logs
Sample workflow to reproduce
Pinning to the prior version
v0.33.0
will successfully install.The text was updated successfully, but these errors were encountered: