I just updated my FDK version to the latest today - v9.4.0. I think I was on 9.3.x previously.
Before that, I was able to start up my app without any issues. Now, after the upgrade, I’m running into all sorts of issues.
- When I first try to rerun my app, it starts but when I try to test it at localhost:10001/web/test, I see the following error in console:
To simulate product, app setup, and external events, visit - http://localhost:10001/web/test
Populating test data with events found in the app
Error: ENOENT: no such file or directory, mkdir '/tmp/4...
- So then I tried to reinstall NPM completely as administrator in windows CMD:
- nvm uninstall 18.19.0
- nvm install 18.19.0
- nvm use 18.19.0
- Then I tried to rerun my app with
fdk run
. This time, I didn’t get the ENOENT error but instead justundefined
when running my app without any other errors. My app is completely not starting now.
How can I fix this? Is this all because of the upgrade? I didn’t see the error previously.
Thanks in advance!