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

Remove or relax engines in package.json #2

Closed
artdevgame opened this issue May 21, 2021 · 1 comment
Closed

Remove or relax engines in package.json #2

artdevgame opened this issue May 21, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@artdevgame
Copy link

Hi 👋

I found your project after hitting similar hurdles (parcel-bundler/parcel#202)

I'm currently using [email protected] and [email protected], which are incompatible with the engine requirements in your package.json.

I understand these are the versions that have been tested against, but I would like to be able to use your hard-work in my project, which I can't currently do even though I have more recent versions of the deps.

I know that I can continue to install the project with:

yarn config set ignore-engines true

But I still get the following error when running parcel:

@parcel/core: The plugin "parcel-resolver-tspaths" is not compatible with the current version of Parcel. Requires "2.0.0
-beta.2" but the current version is "2.0.0-beta.3.1".

Please consider relaxing the requirements (or making them minimal versions required)

@zachbryant zachbryant self-assigned this May 25, 2021
@zachbryant zachbryant added the bug Something isn't working label May 25, 2021
@zachbryant
Copy link
Owner

Hey, thanks for pointing that out! I unintentionally made it really restrictive. I went ahead and loosened up the parcel version, which should allow for future betas/nightlies etc, as well as the node version at least 14.0.0. You should be able to upgrade to 0.0.5 now. Feel free to reopen this if you need anything else 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants