mockaroo-node icon indicating copy to clipboard operation
mockaroo-node copied to clipboard

A promise-based node.js client for Mockaroo's REST API

Results 6 mockaroo-node issues
Sort by recently updated
recently updated
newest added

If the generate request fails, the entire process will fail due to this issue. ``` unhandledRejection TypeError: Cannot read property 'error' of undefined at Client.convertError (/var/task/node_modules/mockaroo/lib/client.js:186:38) at /var/task/node_modules/mockaroo/lib/client.js:117:41 at process._tickDomainCallback...

Hi! I am ESDoc developer and thanks for using ESDoc :smile: I released [ESDoc Hosting Service](https://doc.esdoc.org) :rocket: Register your repository Git URL, this service automatically generate documentation. If you are...

### Updated Packages - axios v.0.5.4 >> v.1.6.8 - @edgio v.7.0.17 >> v.7.11.3 - esbuild v.0.17.19 >> v.0.20.2 - chai v.3.0.0 >> v.5.1.0 - mocha v.2.2.5 >> v.10.4.0 - nock...

Error: Uncaught Error Error: Cannot find module 'core-js/shim'

When running code as is, the following error occurs: ``` at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15) at Function.Module._load (node:internal/modules/cjs/loader:778:27) at Module.require (node:internal/modules/cjs/loader:1005:19) at require (node:internal/modules/cjs/helpers:102:18) at Object. (C:\Users\Gila.Hofmann\Documents\Dev\holistic\TestVSCode\node_modules\mockaroo\client.js:33:19) at Module._compile (node:internal/modules/cjs/loader:1105:14) at Object.Module._extensions..js...

## Issue The release of v1.0.1, while working locally and passing unit tests, failed to resolve imports when installing the deployed version. --- ## Cause This happened for two reasons:...