Unscannable package import found #3395
Unanswered
jfrancos
asked this question in
Troubleshooting
Replies: 3 comments 3 replies
-
Did you have any luck resolving this? What version of Snowpack are you using? We are running into the same issue, and it's blocking us from upgrading from 3.0.13 to 3.6.2. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Seeing this same issue as well on v3.3.6. I'm using Update: The issue seems to come about in v3.3.0 as v3.2.2 does not produce this error. |
Beta Was this translation helpful? Give feedback.
3 replies
-
It looks as though this issue may have been introduced in "Streaming Package Imports v2" by @FredKSchott |
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
-
Getting this warning, re: dependencies of a linked (
npm link
) npm module.I'd initially gotten a different warning, suggesting that I set a workspaceRoot, which I have done. Now I'm getting this new (above) warning, but the webpage seems to be functioning correctly.
If I publish the linked npm and install it normally, I don't see the above warnings.
Question: To test out my own dependencies via
npm link
, do I really need to set workspaceRoot plus add each of my linked dependency's dependencies to knownEntryPoints? Or is there something else that I'm doing wrong, perhaps in the rollup config or package.json of the linked dependency?Beta Was this translation helpful? Give feedback.
All reactions