solid-start icon indicating copy to clipboard operation
solid-start copied to clipboard

docs:dev in monorepo fails

Open emilbonnek opened this issue 3 years ago • 2 comments

I tried running the docs locally in order to suggest some changes in there, but got this error solidstart_docs_error

Are there some issues with the docs project or am I missing something?

emilbonnek avatar Nov 28 '22 19:11 emilbonnek

I'm not seeing that exact error but I am seeing an issue with the docs build right now. Thanks for reporting.

EDIT: Hmm.. after cleaning things and re-running I seem to be fine.

If I had to guess Windows... Some path resolution mayhem.

ryansolid avatar Nov 29 '22 05:11 ryansolid

It very well could just be Windows resolving paths differently. I don't have a way to test on another system unfortunately. The import it can't resolve is at: /componentsTableOfContents.tsx - I am guessing that should have been /components/TableOfContents.tsx? It seem like the / is getting stripped away then.

I attempted moving TableOfContents.tsx from /components into /components/testfolder and then I get the following error: 127 0 0 1_3000_core-concepts_routing Here it is unable to resolve the import at /componentsestfolderTableOfContents.tsx. it now seems to strip both the / and the leading 't' off 'testfolder' as well as the another / before the filename.

emilbonnek avatar Nov 29 '22 20:11 emilbonnek

In setting up for SolidStarts next Beta Phase built on Nitro and Vinxi we are closing all PRs/Issues that will not be merged due to the system changing. If you feel your issue was closed in mistake. Feel free to re-open it after updating/testing against 0.4.x release. Thank you for your patience.

See https://github.com/solidjs/solid-start/pull/1139 for more details.

ryansolid avatar Dec 18 '23 23:12 ryansolid