Open jhonatantft opened 4 years ago
Hi @jhonatantft!
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file.
In order for us to review and merge your code, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.
If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks!
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!
@pestevez Could you review it please?
Apologies for the delayed response, @jhonatantft. The changes look good. Would you mind sharing how you landed at that specific version being the minimum one supported?
@pestevez Thanks for the answer. I managed to get to that specific version by doing tests with each Node version. In the older version than this, I received several errors and was unable to use the application properly.
I tried with version 8.11.3 (one lower than the one proposed) and it worked, but it didn't work with version 8.0.0. I am fine with keeping the one you have, since anyway the LTS version of node as of today is 14.15.5.
Can you please rebase, run npm install, AND include the package-lock.json file in your PR? Thanks again.
Done! @pestevez
You'll have to rebase again since we merged another PR that modified the lock file. I can take another look after you repeat the same steps described above.
Related issue: https://github.com/facebook/instant-articles-builder/issues/22
What changes this code is introducing?