Skip to content

Commit 4fa39ac

Browse files
committed
get rid of dup solid-logic and document the problem
1 parent ed770e1 commit 4fa39ac

File tree

2 files changed

+48
-27
lines changed

2 files changed

+48
-27
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,9 @@ npm run check
5656
```
5757

5858
This does lint, build and test.
59+
60+
### Notes
61+
62+
If suddenly many tests fail, it may be that the installation has ended up with
63+
two different instances of solid-logic. Run `npm list solid-logic` and make sure there is only one.
64+
Otherwise `rm -rf node_modules package-lock.json && npm install` should fix it.

package-lock.json

+42-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)