Something went wrong installing the "sharp" module

Hi everyone,
I always get the error below when I install framework7.
I am using nodejs version v14.15.0.
Here is the error I am getting.

/home/francel/.nvm/versions/node/v14.15.0/lib/node_modules/framework7-cli/node_modules/sharp/lib/constructor.js:34
  throw new Error(error);
  ^

Error: 
Something went wrong installing the "sharp" module

Cannot find module '../build/Release/sharp.node'

Hi @francelwebdev, have you managed to resolve this issue? I’m also experiencing this problem and can’t get past it at the moment.

The below worked for me.

npm install sharp

copy the sharp folder from node_modules and paste in the node_modules of framework7-cli

from
C:\Users<your username>\node_modules\sharp

to
C:\Users<your username>\AppData\Roaming\npm\node_modules\framework7-cli\node_modules\sharp