Error installing @strapi/blocks-react-renderer package #35
Labels
flag: invalid template
Automation Flag to handle invalid bug report templates
status: duplicate
Is a duplicate of another issue
I encountered an error code 127 while installing the @strapi/blocks-react-renderer package using the command:
npm install @strapi/blocks-react-renderer react react-dom
After researching online, I discovered that I needed to install the husky package. I ran the following command:
sudo npm install -g husky
The command completed successfully with the message:
1 package is looking for funding
run
npm fund
for detailsHowever, when I tried to install the @strapi/blocks-react-renderer package again, I received the following error:
The text was updated successfully, but these errors were encountered: