Can’t install Sharp
this worked for me. npm install –unsafe-perm please refer to the following discussion https://github.com/lovell/sharp/issues/1627#issuecomment-477109851
this worked for me. npm install –unsafe-perm please refer to the following discussion https://github.com/lovell/sharp/issues/1627#issuecomment-477109851
I encountered the identical issue, however, the execution of this single command line successfully resolved the problem at hand. npm rebuild –verbose sharp Please refer to the installation documentation under Common problems for further guidance.