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

Upgrade esbuild devDependency as it clashes with a dependency version #3356

Closed
wants to merge 1 commit into from

Conversation

jnsaff
Copy link

@jnsaff jnsaff commented Oct 3, 2023

Asset builds failed for me as a peer dependency was referring to version ^0.19.4. Upgrading to this fixed the issue.

Asset builds failed for me as a peer dependency was referring to version `^0.19.4`. Upgrading to this fixed the issue.
@JakobLichterfeld JakobLichterfeld added the dependencies Pull requests that update a dependency file label Nov 16, 2023
@PhilThurston
Copy link
Contributor

There is no error when you build using node16 which is what this project currently uses. you get that error when using a newer version of NPM that makes more sane checks. I'd suggest checking your nodejs and npm version to use the current version of nodejs being used.

I have opened a pull request that fully resolves this by upping the project up to node 20 #3477

Copy link

This pull request has been automatically marked as stale because it has not had recent activity. It could be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the Stale label Jan 21, 2024
@JakobLichterfeld
Copy link
Collaborator

Closed, as #3477 upgraded node to 20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants