siramon / jspm-cycle-test

0 stars 0 forks source link

snabbdom-to-html@2.1.3.js is not found in a JSPM environment #1

Open siramon opened 8 years ago

siramon commented 8 years ago

After installing according to README.md including @cycle/core and @cycle/dom first tests with makeDOMDriver fail:

Failed to load resource: the server responded with a status of 404 (Not Found) (url: http://127.0.0.1:52391/jspm_packages/npm/snabbdom-to-html@2.1.3.js)

There is no file with this name in jspm_packages. Other files like snabbdom-selector@0.3.2.js or snabbdom@0.4.2.js where successfully created.

I suppose it has to do something with this bug according to the information I found here. But before posting this on the wrong places - maybe we can disuss this specific issue here.

Any input from @acstll or @TylorS would be highly appreciated.

Can I generate this missing file from somewhere as a hack?

Thank you

acstll commented 8 years ago

Hey, maybe you can try to install directly from Github? (I don't know how jspm works :-/)

jspm install github:acstll/snabbdom-to-html

I'm in the middle of trying to release snabbdom-to-html 3.0 (hopefully will have time to do it next week) and clean up all these "package management" bugs.

siramon commented 8 years ago

thanks for your response. i look forward to your next release. in the meanwhile I will try your suggestion with Github.

jonathanfishbein1 commented 8 years ago

@acstll @siramon did you find a fix for this issue? I'm getting it too?