Skip to content
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

Identify and Resolve Observed Issue with New Netlify CLI Version #3088

Closed
SorenSpicknall opened this issue Nov 8, 2023 · 0 comments · Fixed by #3089
Closed

Identify and Resolve Observed Issue with New Netlify CLI Version #3088

SorenSpicknall opened this issue Nov 8, 2023 · 0 comments · Fixed by #3089
Assignees

Comments

@SorenSpicknall
Copy link
Contributor

Describe the bug
On November 8th, a new version of the netlify-cli npm package (17.2.0) was released. When pulled into CI runs, it began causing issues on our warehouse build task. At the time of writing, the cause has yet to be identified, so we pinned the version we use to 17.1.0 to keep CI running while we investigate further.

To Reproduce
If you unpin the version of netlify-cli referenced in our warehouse Dockerfile, CI will fail to build the warehouse (at least while 17.2.0 is still the active latest version).

Expected behavior
Our builds should function normally using the latest version of the netlify-cli package, if possible.

Additional context
The fix may be on the package side - we might need to wait for a new version of netlify-cli to publish and then simply unpin. At the time of writing, I haven't investigated closely enough to learn whether we can solve the issue on our side without using an older version of the tool.

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 a pull request may close this issue.

1 participant