I'm facing this issue after run npm i
Actually this react app share by someone so right now i'm trying to run it in my PC. First of all i run npm i
to install npm but this is giving error as given below:-
I just want to run this code how can i do this what wrong with it?
error
<iframe name="sif1" sandbox="allow-forms allow-modals allow-scripts" frameborder="0"></iframe>
Thank you for your efforts!
CodePudding user response:
Run the below command :
npm install --save tapable
then run your project.
CodePudding user response:
Clear everything and try again:
npm cache clear --force
rm -rf node_modules
npm install