The live demo codesandbox shows this error:
Could not fetch dependencies, please try again in a couple seconds: Could not fetch version for reinspect@file:../dist: ENOENT: no such file or directory, open '/var/dist/package.json'
In package.json the module's version number seems wrong "reinspect": "file:../dist".
It works for me if I leave it as an empty string, but I assume it should be the version number.
The live demo codesandbox shows this error:
Could not fetch dependencies, please try again in a couple seconds: Could not fetch version for reinspect@file:../dist: ENOENT: no such file or directory, open '/var/dist/package.json'In
package.jsonthe module's version number seems wrong"reinspect": "file:../dist".It works for me if I leave it as an empty string, but I assume it should be the version number.