Skip to content

typescript packaged as production dependency because of t3-oss/env-core #368

@Sparticuz

Description

@Sparticuz

Very similar to #120

Not sure what's going on with my install, but this is happening to me.

$ npm ls typescript --omit="peer" --omit="dev" --omit="optional"
@myrepo/backend@9.0.7 /home/kyle/dev/backend
└─┬ @t3-oss/env-core@0.13.8
  └── typescript@5.8.3
{
  "dependencies": {
    "@t3-oss/env-core": "^0.13.8"
  },
  "devDependencies": {
    "typescript": "^5.8.3"
  }
}

I'm wondering if it's a npm bug with peerDependenciesMeta?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions