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
@IllusionMH yesterday i was unable to use the nightly build, I got some conflict with the https://www.npmjs.com/package/@types/node version, but i can try again
Bug Report
i switched to yarn 2 and want to enable plug-and-play in a typescript monorepo.
i managed to run yarn 2 successfully with
nodeLinker: node-module
, but if i remove it to use "plug and play",the build throws an error:
to be honest, i am not sure if its a typescript problem. The above error refers to a
typescript-patch
version. not sure what that is🔎 Search Terms
🕗 Version & Regression Information
i was unable to run it with the
next
version (nightly) due to some typing problem with@types/node
i tried however 4.5.3 and 4.5.2 and both showed the same problem.
🙁 Actual behavior
throws the error shown above
🙂 Expected behavior
typescript should work with yarn plug and play
The text was updated successfully, but these errors were encountered: