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
I think we would want to have these dependencies "preloaded" into the fake. Because of how simple the npm registry is, this fake is almost just a file server.
An alternative approach to "preloading" is to have the fake look at the local node_modules in order to serve the packages. This is more complex but removes the preloading process
The packages
@tscircuit/core
are downloaded on initialisation@types/react
The text was updated successfully, but these errors were encountered: