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

After yarn install/develop I got an error #123

Closed
ridomin opened this issue Nov 12, 2018 · 4 comments
Closed

After yarn install/develop I got an error #123

ridomin opened this issue Nov 12, 2018 · 4 comments

Comments

@ridomin
Copy link

ridomin commented Nov 12, 2018

I installed dotnet, node.js, and yarn (all latest versions).

after running yarn install, and yarn develop I got:

error upath@1.0.4: The engine "node" is incompatible with this module. Expected version ">=4 <=9". Got "10.13.0"
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
PS C:\code\BaGet\src\BaGet.UI> yarn develop
yarn run v1.12.3
$ parcel ./index.html
'parcel' is not recognized as an internal or external command,
operable program or batch file.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
@loic-sharma
Copy link
Owner

Good catch! It looks like a dependency is broken on Node.js 10, but the build breaks if I blindly rev all the dependencies forward. I'll have to dig deeper into this.

For now, you can get around this by running Node.js 9.

@loic-sharma
Copy link
Owner

loic-sharma commented Nov 13, 2018

This issue should be fixed by #125. Could you check out that branch and verify @ridomin?

@loic-sharma
Copy link
Owner

Verified that BaGet can be build with Node.js 10 after #125. Feel free to open a new issue if you run into any other issues :)

@rido-min
Copy link

fixed. Thanks !!

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

No branches or pull requests

3 participants