Codesandbox-client: Tagged version is INVALID_VERSION / ENOSPC: no space left on device

Created on 13 May 2019  路  11Comments  路  Source: codesandbox/codesandbox-client

馃悰 bug report

Description of the problem

I'm trying to use a Strapi application on CodeSandbox and the dependence version is 3.0.0-next.1, I got this error:

Could not fetch dependencies, please try again in a couple seconds: 
Something went wrong while packaging the dependency [email protected]:
INVALID_VERSION

What can I do to make my application works on CodeSandbox ?

Link to sandbox: link (optional)

Your Environment

| Software | Name/Version|
| ---------------- | ---------- |
| 小odesandbox | https://codesandbox.io
| Browser | Chrome 74.0.3729.131
| Operating System | macOS Mojave10.14.2

Packager 馃悰 Bug

Most helpful comment

Interesting! What is the server size available for a project on CodeSandbox ?

All 11 comments

https://ata-fetcher.cloud/api/v5/typings/[email protected] sometimes returns with

{
  status: "error",
  files: { },
  error: "e4f744a6: Command failed: cd /tmp && mkdir e4f744a6 && cd e4f744a6 && HOME=/tmp npm i --silent --production [email protected] --no-save Unhandled rejection Error: ENOSPC: no space left on device, write ",
  stack: "Error: e4f744a6: Command failed: cd /tmp && mkdir e4f744a6 && cd e4f744a6 && HOME=/tmp npm i --silent --production [email protected] --no-save Unhandled rejection Error: ENOSPC: no space left on device, write at ChildProcess.exithandler (child_process.js:275:12) at emitTwo (events.js:126:13) at ChildProcess.emit (events.js:214:7) at maybeClose (internal/child_process.js:925:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)"
}

Interesting! What is the server size available for a project on CodeSandbox ?

Up

This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made.

Random message to keep this issue open, since it's not fixed.
GitHub bot, you will not get me 馃お

3

:(

Can someone please share a sandbox with this error?

The first shared one is no longer active :(

It is Codesandbox on Hackerrank,I tested the same code on Codesandbox itself,it worked fine :)

55
:(

For anyone having similar issues what might solve is to open the terminal, then:
rm -rf node_modules && yarn

It solved for me :)

@yannbf That only works with server / container sandboxes, the initial issue was (most probably) with a client / browser sandbox.

@yannbf In my case (with a Gatsby sandbox) it worked

Was this page helpful?
0 / 5 - 0 ratings