-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'merge-anything' does not provide an export named 'mergeAndConcat' #9
Comments
Reposted from: ryansolid/solid-start/issues/1 |
Hi, thanks for reporting. This repo is definitely the root of your issue. At first glance I don't seem to reproduce your issue. From your file system, I'm grasping that you use a Unix system, probably mac, right? Could you provide me with a little more context? Node version, npm, pnpm version? Can you rety see if the bug has magically disappeared? Here's a video of my local reproduction: Peek.2021-04-09.22-17.mp4 |
I bundled this dependency right into the plugin, this should fix the issue. Available in 1.5.1. |
I can confirm that your update fixed my issue, however, it reappeared (a named export from |
Ah awesome to hear and thanks for the nice comments! I'll add a note about the required version of node. Feel free to open further issues if you bump into something else. I use this plugin on very basic setup myself and don't have much more real life examples out there than the HN news example and the real world example demo app 😅 |
NOTE: This issue is a repost from the new
solid-start
repo. I came across it when using thesolid-start
package(s).Describe the bug
The dev server successfully opens a new tab with the default address/port (http://localhost:3000/ in this case), however, it almost immediately crashes with the following error:
To Reproduce
npm init solid@next
pnpm run dev
(occurs with the use ofnpm
and-- --open
arg as well)Expected behavior
The
dev
script successfully/continuously runs until stopped by the developer.The text was updated successfully, but these errors were encountered: