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
After building a project with https://github.com/vercel/ncc I get an Error: "Cannot find module 'typeorm/util/StringUtils.js" when using "typeorm-naming-strategies" (which goes away when I drop using "SnakeNamingStrategy").
So the problem seems the usage of the import { snakeCase } from 'typeorm/util/StringUtils';
Does anybody has an idea how to solve this problem?
The text was updated successfully, but these errors were encountered:
After building a project with https://github.com/vercel/ncc I get an Error: "Cannot find module 'typeorm/util/StringUtils.js" when using "typeorm-naming-strategies" (which goes away when I drop using "SnakeNamingStrategy").
So the problem seems the usage of the
import { snakeCase } from 'typeorm/util/StringUtils';
Does anybody has an idea how to solve this problem?
The text was updated successfully, but these errors were encountered: