Why does Snowpack complain a module not part of my project? #3752
Unanswered
turner
asked this question in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to move a project to Snowpack. The project has a number of npm packages, the dependency in package.json looks like this:
When I run
snowpack dev
I am seeing this error:Package "color" not found. Have you installed it?
Huh? I don't use anything called "color". Can someone explain what is going on here?
Beta Was this translation helpful? Give feedback.
All reactions