npm install --save @standardkit/coreAdd an allowedCommonJsDependencies entry in your build options.
This might change in the near future, it was changed to commonjs to support NestJS in the short-term.
{
"build": {
"options": {
"allowedCommonJsDependencies": ["@standardkit/core"]
}
}
}See Changelog.