Installed koa-access by running npm install @uswitch/koa-access. Adding require('@uswitch/koa-access') to my code results in the following error:
Error: Cannot find module 'babel-runtime/regenerator'
node_modules/@uswitch/koa-access/build/koa-access.js references babel-runtime/regenerator but babel-runtime is not a dependency. Possibly the build process is broken.
Running on node v12.16.2 with npm v6.14.4.
Installed
koa-accessby runningnpm install @uswitch/koa-access. Addingrequire('@uswitch/koa-access')to my code results in the following error:node_modules/@uswitch/koa-access/build/koa-access.jsreferencesbabel-runtime/regeneratorbutbabel-runtimeis not a dependency. Possibly the build process is broken.Running on node v12.16.2 with npm v6.14.4.