strapi / blocks-react-renderer

A React renderer for the Strapi's Blocks rich text editor
Other
107 stars 15 forks source link

Error installing @strapi/blocks-react-renderer package #35

Closed navid-shakibayi closed 2 months ago

navid-shakibayi commented 2 months ago

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:

changed 1 package in 2s

1 package is looking for funding  run npm fund for details

However, when I tried to install the @strapi/blocks-react-renderer package again, I received the following error:

npm ERR! code 1 npm ERR! path /home/navid/navid/web-development/my-portfolio/node_modules/@strapi/blocks-react-renderer npm ERR! command failed npm ERR! command sh -c husky install npm ERR! A complete log of this run can be found in: /home/navid/.npm/_logs/2024-04-30T11_16_55_075Z-debug-0.log

github-actions[bot] commented 2 months ago

This is a templated message

Hello @navid-shakibayi,

We ask that you please follow the issue template. A proper issue submission lets us better understand the origin of your bug and therefore help you. We will reopen your issue when we receive the issue following the template guidelines and properly fill out the template. You can see the template guidelines for bug reports here.

Please update the issue with the template and we can reopen this report.

Thank you.

joshuaellis commented 2 months ago

duplicate of #30