FDK Cannot find express

I am attempting to use fdk run to test how my app is running in an environment as close to production as possible. I am currently being impeded by the fact that the fdk run command fails to run in my environment.

I have attached my full error log when I run the command, I am at my wits end on how to resolve this and would love some help.

Hi @ishaan-fullcalendar, we suspect it could be an issue while installing FDK. Can you reinstall the FDK and confirm if the issue persists?

Since you are already using Node 12, we recommend using the latest FDK version -
npm install https://dl.freshdev.io/cli/fdk-7.0.1.tgz -g

Reference: https://community.developers.freshworks.com/t/fdk-v7-0-announcing-node-js-v12-and-es6-support

1 Like

It seems the solution was simply to change some permissioning(chown) for the .npm folder. Thank you for your help, I have it working now!

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.