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

Getting Started page doesn't work with latest yarn #61

Closed
maxsbelt opened this issue May 4, 2019 · 3 comments
Closed

Getting Started page doesn't work with latest yarn #61

maxsbelt opened this issue May 4, 2019 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@maxsbelt
Copy link

maxsbelt commented May 4, 2019

I try to run getting started page instructions with latest version of yarn package (1.15.2) and getting error babel-node: command not found. Command works property with some previous versions of yarn (1.10.0). Also everything works property if I using npm run command. Maybe it's better to replace scripts commands with npm run?

Screenshot 2019-05-04 at 12 20 35

Link to gettings started instructions:
https://facebookincubator.github.io/fbt/docs/getting_started

@maxsbelt maxsbelt changed the title Getting Started page instructions doesn't work with latest yarn Getting Started page doesn't work with latest yarn May 4, 2019
@jrwats
Copy link
Contributor

jrwats commented May 14, 2019

Looks like a bug in yarn's modules-folder.
https://github.com/yarnpkg/yarn/pull/6850/files#diff-46e3111748d572a99398769469253279R100
Should have been path.resolve

cc. @rally25rs, @arcanis

@jrwats jrwats added the bug Something isn't working label May 14, 2019
@jrwats jrwats self-assigned this May 14, 2019
@jrwats
Copy link
Contributor

jrwats commented May 14, 2019

We don't need these .yarnrc files with yarn workspaces, so let's just remove them and avoid this modules-folder bug.

@jrwats
Copy link
Contributor

jrwats commented May 24, 2019

Should be fixed with commit:
425cc53

@jrwats jrwats closed this as completed May 24, 2019
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