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
(in this case you can workaround it by just installing croact, but if you use yarn for example, which only allows loading code from packages that your package depends on, it becomes a harder problem)
The text was updated successfully, but these errors were encountered:
technically speaking i am not installing it alone. i am installing the other parts too, but this is all installed using yarn, and yarn makes sure that a package can only see things that it is supposed to see.
and i think, if the package croact-moveable imports croact, then it should have croact in the list of dependencies, shouldn't it?
running the
croact-moveable
package complains that there is a missing dependency.how to reproduce the problem:
npm init
npm add croact-moveable
node
, and inside runrequire('croact-moveable')
you get this error-message:
(in this case you can workaround it by just installing
croact
, but if you useyarn
for example, which only allows loading code from packages that your package depends on, it becomes a harder problem)The text was updated successfully, but these errors were encountered: