Skip to content

Troubleshooting

Brett Weissbart edited this page Sep 9, 2019 · 1 revision

Common Errors

Unable to resolve module '../project_env_index'

The project_env_index file is stored inside the fsapp directory in node_modules, so sometimes this file gets removed when you install or remove yarn modules. Re-run init (typically yarn run init) to re-generate the file.