-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Open
Labels
Description
🐛 bug report
Description of the problem
The sandbox below shows stale server response. The src/index.js file has been moved to index.js (and the main and start in the package.json file updated, including the nodemon src/index.js)
https://codesandbox.io/s/dark-glade-dq2t2?file=/index.js
Repro steps:
- Start a new Node.js sandbox
- Drag the
src/index.jsout of thesrcdirectory into the root - Update the paths in the
package.jsonin bothmainandstart - Change the content in the
index.jsfile - See stale content
How has this issue affected you? What are you trying to accomplish?
I want to have the index.js file in the root in a Node.js sandbox.
Trying to create a demo for Shiki: shikijs/shiki#82 (comment)
The errors are causing low confidence in the reproducibility and stability of the sandbox.
Link to sandbox: see above.
Your Environment
| Software | Name/Version |
|---|---|
| Сodesandbox | b005252 |
| Browser | Chrome 85.0.4183.83 |
| Operating System | macOS Catalina 10.15.6 |
