Solusi: npm ERR! code E404 npm ERR! 404 Not Found – GET https://registry.npmjs.org/xxx



Kalau keluar error tersebut saat mengetik perintah npx, pastika Anda salah memberikan perintah. xxx pada judul tulisan ini adalah perintah yang salah

Contohnya:

npx creat-react-app my-app

Pasti akan error npm ERR! code E404, seharusnya itu:

npx create-react-app my-app

Tinggalkan Balasan

Isikan data di bawah atau klik salah satu ikon untuk log in:

Logo WordPress.com

You are commenting using your WordPress.com account. Logout /  Ubah )

Gambar Twitter

You are commenting using your Twitter account. Logout /  Ubah )

Foto Facebook

You are commenting using your Facebook account. Logout /  Ubah )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.