question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Could not create Open in CodeSandbox

See original GitHub issue

CodeSandbox

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:closed
  • Created 5 years ago
  • Reactions:4
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
pedronauckcommented, Oct 18, 2018

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 🙏

3reactions
pedronauckcommented, Nov 15, 2018

Fixed on the new release v0.12.10

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found