Skip to content

Commit 13e14cf

Browse files
authored
Update 1-x-faqs.md
1 parent 1b4d52e commit 13e14cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/homepage/content/docs/1-x-faqs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Note that a [Pro subscription](https://codesandbox.io/pricing) is required to ma
2626

2727
## I'm getting a 422 error when importing from GitHub, why?
2828

29-
There are a few possible reasons a repo might throw that error on import. The most common are either a lack of a `package.json` file, or the project and its dependencies using more than 500 modules. If you think it's something else, or you're not able to solve this yourself, then [get in touch](mailto:[email protected]) and provide a link to the repo you're importing and we can look into this for you.
29+
There are a few possible reasons a repo might throw that error on import. The most common are either a lack of a `package.json` file, or the project and its dependencies using more than 500 modules (files). If you think it's something else, or you're not able to solve this yourself, then [get in touch](mailto:[email protected]) and provide a link to the repo you're importing and we can look into this for you.
3030

3131
## Why are my start scripts not having an effect?
3232

@@ -42,7 +42,7 @@ Yes, the terminal, console, and problems tabs are all draggable. Click on the ta
4242

4343
## Are there any limitations with sandboxes?
4444

45-
- A sandbox cannot use more than 500 modules (files). This includes dependencies and peer dependencies.
45+
- A sandbox cannot use more than 500 modules (files). Note though that `node_modules` and dependencies are not counted towards this limit.
4646
- Imported sandboxes must contain a package.json file.
4747
- The maximum file size that can be opened in the editor is 2MB. Files uploaded that are larger than that still exist but are linked as a static asset.
4848
- The maximum file upload size is 7MB. If you need this raised, please [email us](mailto:[email protected]) with your username and the typical type and size of files you want to upload.

0 commit comments

Comments
 (0)