You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to use jest. I was geting a error with the inexistence of dynamo-doc module. My invastigation lead me to the instruction to use the build version inside the package. But it was erroed also, this time with fs.exists. My solution was to enter on the module inside my node modules, and make a npm install. This bring the dynamo-doc rigth and I was able to use the module, and not the builded version.
The text was updated successfully, but these errors were encountered:
When I tried to use jest. I was geting a error with the inexistence of dynamo-doc module. My invastigation lead me to the instruction to use the build version inside the package. But it was erroed also, this time with
fs.exists
. My solution was to enter on the module inside my node modules, and make a npm install. This bring the dynamo-doc rigth and I was able to use the module, and not the builded version.The text was updated successfully, but these errors were encountered: