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
migrations/20210209131202_initial-schema.ts:1:22 - error TS2307: Cannot find module 'knex' or its corresponding type declarations.
1 import { Knex } from 'knex';
π Expected behavior
It should build successful. If I change nodeLinker to node-modules (instead of pnp), [email protected] works fine. Likewise, downgrading to [email protected] will also work with PnP.
The text was updated successfully, but these errors were encountered:
Bug Report
π Search Terms
yarn
yarn3
pnp
berry
cannot find module
π Version & Regression Information
4.5.x
β― Playground Link
N/A, view repo below
Playground link with relevant code
π» Code
Minimal reproducible repo here: https://github.com/billyvg/yarn-pnp-ts-4.5
π Actual behavior
It fails to build: https://github.com/billyvg/yarn-pnp-ts-4.5/runs/4268834214?check_suite_focus=true#step:5:4
π Expected behavior
It should build successful. If I change
nodeLinker
tonode-modules
(instead ofpnp
),[email protected]
works fine. Likewise, downgrading to[email protected]
will also work with PnP.The text was updated successfully, but these errors were encountered: