Next.js Discord

Discord Forum

ENOENT: no such file or directory

Unanswered
Sloth bear posted this in #help-forum
Open in Discord
Sloth bearOP
I'm getting this error while tryna build my app

3 Replies

Sloth bearOP
next start
npm ERR! code ENOENT
npm ERR! syscall mkdir
npm ERR! path /home/sbx_user1051
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, mkdir '/home/sbx_user1051'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent 
npm ERR! Log files were not written due to an error writing to the directory: /home/sbx_user1051/.npm/_logs
npm ERR! You can rerun the command with `--loglevel=verbose` to see the logs in your terminal
The app I'm using has a read only file system
only /tmp can be used to stored. what can I do?