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

copy readme script fails if packages folder name is missing #1392

Closed
awentzel opened this issue Feb 16, 2019 · 0 comments · Fixed by #1395
Closed

copy readme script fails if packages folder name is missing #1392

awentzel opened this issue Feb 16, 2019 · 0 comments · Fixed by #1395
Labels
community:help-wanted Valuable contributions not currently worked on by the core team feature A new feature
Milestone

Comments

@awentzel
Copy link
Collaborator

Describe the bug; what happened?
On a clean branch, now with packages ignored in .gitignore if a user executes node build/documentation/copy-package-readme.js it will fail because the packages folder is missing.

What are the steps to reproduce the issue?

  1. Create a new branch tracking master
  2. Execute on your CLI node build/documentation/copy-package-readme.js
  3. See the errors
fs.js:120
    throw err;
    ^

Error: ENOENT: no such file or directory, ...

What behavior did you expect?
If the docs/en/packages folder does not exist it should be created first by the script.

If applicable, provide screenshots:
screen shot 2019-02-16 at 10 24 10 am

In what environment did you see the issue?

  • OS & Device: [e.g. MacOS, iOS, Windows, Linux] on [iPhone 7, PC]

Is there any additional context?

@triage-new-issues triage-new-issues bot added the status:triage New Issue - needs triage label Feb 16, 2019
@awentzel awentzel added feature A new feature community:help-wanted Valuable contributions not currently worked on by the core team and removed status:triage New Issue - needs triage labels Feb 16, 2019
@awentzel awentzel added this to the February 2019 milestone Feb 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community:help-wanted Valuable contributions not currently worked on by the core team feature A new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant