Oy guys, Nuxt js adalah salah satu framework JS yang populer saat ini. Nuxt js menggunakan basis dari Vue.js untuk bentuk dan cita rasa saat kita ngoding build app.
Namun saat pertama kali belajar atau mencoba, dari CMD dapat surat cinta error seperti berikut
npm ERR! code ENOENT
npm ERR! syscall lstat
npm ERR! path C:UsersYour_NameAppDataRoamingnpm
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, lstat ‘C:UsersYour_NameAppDataRoamingnpm’
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
Padahal dari versi Node js sudah yang terbaru, hmm butuh kasih sayang nih wkwk.
npm ERR! enoent ENOENT: no such file or directory
Setelah menjelajah internet, ada cara untuk memperbaiki kesalahan ENOENT saat menginstall package atau project.
Pertama kita baca dari pesan errornya. Disini terlihat si ENOENT tidak bisa mengakses suatu file di sistem kita.
npm ERR! enoent ENOENT: no such file or directory, lstat ‘C:UsersYour_NameAppDataRoamingnpm’
Untuk itu kita buat file atau folder yang dimaksud:
1. Kunjungi folder C:UsersYour_NameAppDataRoaming atau PATH sesuai error agan.
2. Lalu buat folder bernama npm.
Selesai, kemudian coba kita run kembali apakah sudah bisa lagi. Ane coba run lagi sudah work kembali ????
Bila masih error dan errornya sama, coba perhatikan path error yang tertera. Pastikan buat folder npm di path directory yang dimaksudkan.
Apabila error masih saja ada, coba update Node JS agan, bila perlu install ulang Node JS di mesin agan.
Sekian, happy ngoding!
referensi Stackoverflow
There is definately a lot to find out about this subject. I like all the points you made
Thanks dude! Glad this make you clear