Search code examples
reactjsservepaw

Cannot install serve to install react PWA


I am really new to react and PWAs, so I am sorry if this is a simple fix but "npm install -g serve" is not working for me. Something about file permissio...? I am using MacOS btw....screenshot of the error I get


Solution

  • Have you tried installing using super user? Try this

    sudo npm install -g serve