Javascript / General

Having a problem with react native

Having a problem with react native

Javascript / General · June 6, 2019 at 5:28pm (Edited 5 years ago)

So i keep having tons of errors when trying to install and this is the last of them.... Any idea on how to fix ?

received_330486620963714.jpeg
Load previous messages

June 7, 2019 at 12:21am

Seems like your cache is corrupted. Try

npm cache clean
rm -rf ./node_modules
npm install

I am assuming you on a mac or unix. If you on windows, you can replace line 2 with rd /s /q node_modules

Run it in your project directory.

    like-fill
    1
    • reply
    • like

    June 7, 2019 at 12:34pm

    @pieterventer thank you!

      • reply
      • like

      June 9, 2019 at 4:48am

      you welcome

        • reply
        • like