Module "undefined" has no exported member "posix". #3710
Unanswered
Chris-Hibbert
asked this question in
Troubleshooting
Replies: 3 comments 1 reply
-
Hi there! I just wanted to chime in and say, that I have a similar problem. In my case, the error is saying:
Did you find a solution for your case, since opening this thread? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I did not. I stopped using snowpack, and went another direction. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I have the same issue. |
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
-
I'm trying to start a small personal project using honeycomb-grid. I've attempted to follow the
quick start
guide for snowpack.I have
"scripts": { "start": "snowpack dev" }
in my package.json. When I runyarn start --polyfill-node
I get an error message saying[snowpack] Module "undefined" has no exported member "posix". Did you mean to use "import posix from 'undefined'" instead?
.I can see that that error message is generated in snowpack's esinstall, but I can't tell what causes it. At this point snowpack has installed more than 500 packages in my node_install, and grepping for
posix
or various forms ofimport.*posix
didn't help me locate a culprit.Can someone help me figure out what kind of error I'm looking for? I think it's more likely that I've installed something incorrectly while trying to use snowpack that that there's something incompatible in honeycomb, but I don't have evidence to present for or against that instinct.
Beta Was this translation helpful? Give feedback.
All reactions