Could not create Open in CodeSandbox
See original GitHub issueCodeSandbox
I am creating a lib using nwb but when I am running the docz server I have the following error in terminal:
Could not create Open in CodeSandbox { Error: Cannot find module
'C:\Users\conrado.ramalho\Desktop\nwb-thinking-in-react\App' from
'C:\Users\conrado.ramalho\Desktop\nwb-thinking-in-react\node_modules\codesandboxer-fs\src'
I have this component in my .mdx file:
import { Playground } from 'docz'
import MyComponent from './App'
# Hello world
Hello, I'm a mdx file!
<Playground>
<MyComponent />
</Playground>
Environment
- OS: [Windows 10]
- Node/npm version: [e.g. Node 10.4.1/npm 6.1.0]
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:9 (2 by maintainers)
Top Results From Across the Web
Setup your first sandbox - CodeSandbox
An easy way to import a repo to CodeSandbox via URL is with GitHubBox.com. Append 'box' to your github.com URL in between 'hub'...
Read more >FAQs - CodeSandbox
Yes. Container sandboxes on CodeSandbox have a persistent filesystem, so you're able to use file-based database options like SQLite, Lowdb, and NeDB. For...
Read more >Setup your first repository - CodeSandbox
Importing a Repository. Go to the Dashboard. From the left sidebar, click on the team (personal or another) you want to import your...
Read more >Sandbox Editors - CodeSandbox
Experience the future of web development and build projects anywhere and anytime with your team.
Read more >Embedding - CodeSandbox
Notice that the embed doesn't have all of the features of the full editor. Generate an Embed URL. You can generate a URL...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi guys, sorry the too late response, last weeks was very hard to me and I couldn’t see anything about docz, but now I available again, I’ll check what’s happening here 🙏
Fixed on the new release v0.12.10 ✅