Replies: 1 comment
-
It is likely that, because prior to the release of the beta, npm did not have a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to set up for development, and have not worked on a multi-package project before.
If I run
npm i --include=dev
in the root directory, and thennpm test
, the tests fail with the following errors:An example of an error from a single test:
I think there must be something I need to do to get the various
packages
to be able to access each other, but I am not sure what that is. Any help is appreciated :)Beta Was this translation helpful? Give feedback.
All reactions