I couldn't find instructions that were 100% complete, so I put this together.
These instructions worked fine for me. Follow each step carefully.
DO NOT create the VM by choosing Quick Create in Hyper-V Manager. Follow these instructions exactly.
I couldn't find instructions that were 100% complete, so I put this together.
These instructions worked fine for me. Follow each step carefully.
DO NOT create the VM by choosing Quick Create in Hyper-V Manager. Follow these instructions exactly.
| const assert = require('assert'); | |
| const createError = require('http-errors'); | |
| /* | |
| Receive a dni and gender 'M' or 'F' and return his cuil. | |
| Params | |
| document : number -> dni | |
| gender : string | |
| Returns | |
| string -> cuil | |
| */ |