nodebox-runtime icon indicating copy to clipboard operation
nodebox-runtime copied to clipboard

Nodebox is a runtime for executing Node.js modules in the browser.

Results 30 nodebox-runtime issues
Sort by recently updated
recently updated
newest added

### Discussed in https://github.com/codesandbox/sandpack/discussions/808 Originally posted by **ismaelrumzan** March 6, 2023 Hi, I'm trying to set up an embed codesandbox for an API edge function code example. It works in...

I have Nodebox working nicely now. However, I always see the following warnings and errors in the browser developer tools console, though they don't appear to impact Nodebox's behaviour: Just...

bug

# Bug report ## Packages affected - [ ] sandpack-client - [x] sandpack-react ## Description of the problem mac os chrome 112

bug

I would like to better understand and contribute to this project but cannot. Seeing as this project has stagnated, would you consider releasing the unobfuscated source? These files: - [`__csb_bridge.*.js`](https://5513e69-3000.nodebox.codesandbox.io/__csb_bridge/__csb_bridge.iu9dhbvt7ebmaqdfbz1k1tq7jjzqk6h.js)...

Should `npm` just work as expected within the nodebox? Whenever I try to run any npm command, I get an error saying npm is not available. For example, if I...

After the filesystem is initalized by `fs.init`, the node_modules folder is arranged similar to [pnpm](https://pnpm.io/symlinked-node-modules-structure) with symbolic links. However, there is no actual way to find these symbolic links. Currently...

Was trying to run a Next 14 app; do I understand correctly it is currently not possible due to Node.js version being permanently fixed at v16? Can this be solved...

## Issue: I am currently working with Nodebox (or Codesandbox) and facing issues due to the current Node.js version (16.x.x). It does not support certain features such as `dns.promises.resolveSrv`, which...

Hi, is the project active?

Sandpack "astro" template always return an error `Server has crashed with status code 1`. Upon restarting server the following error occurred: ``` Something went wrong Failed to get shell by...