Questions tagged [enoent]

Use enoent for questions related to the ENOENT message which stands for "Error, No Entity" returned by the C runtime library.

References

146 questions
0
votes
2 answers

open failed: ENOENT with getAbsolutePath()

I have search up for solutions for open failed: ENOENT (No such file or directory) error but have tired everything and still doesnt work. I am trying to upload the pictures on my phone to a database that i created on a server. 06-01 15:59:32.631…
0
votes
1 answer

Why is npm install not looking in my directory?

In command line, I have cd'd to my projects folder that contains package.json and I am trying to run an npm install. This is the error I am getting. C:\Users\kwoolley\Documents\Code\PFCU\src>npm install C:\Users\kwoolley +-- bower@1.7.7 `--…
Kyle Woolley
  • 763
  • 1
  • 6
  • 9
0
votes
1 answer

npm install get errno -2 with weird log

When installing pm2 with "npm install -g" command, I got this error. I do not know why the "-g" option is appended to present working directory and then it returns ENOENT (no such file or directory) Anyone faced this problem, please help to solve…
thelonglqd
  • 1,805
  • 16
  • 28
0
votes
1 answer

lightly modified yo generator results in ENOENT No bower.json present

I have a lightly modified version of generator-webapp here. There are small updates to the README and I added support for UnCSS (along with the ability to toggle this selection on the welcome screen). Running the generator on a Mac works perfectly.…
-1
votes
3 answers

npm install errors with code ENOENT, syscall open, no such file or directory

I got the following errors every time I run npm install. How could I solve it? npm ERR! code ENOENT npm ERR! syscall open npm ERR! path D:\CS\class\didipass/package.json npm ERR! errno -4058 npm ERR! enoent ENOENT: no such file or directory, open…
-1
votes
1 answer

ENOENT: no such file or directory, scandir 'smart

PS C:\Users\ahmad\Desktop\nft\metaplex-master> ts-node C:\Users\ahmad\Desktop\nft\metaplex-master\js\packages\cli\src\candy-machine-v2-cli.ts upload -e devnet -k C:\Users\ahmad\Desktop\nft\metaplex-master\devnet.json -cp…
-1
votes
1 answer

Node.js name too long, scandir

I have a folder structure which starts at my project Note that user.hash and user are MD5 hash root/data/${user.hash}/ Now, what i need to do is read the files in side that directory using: var companies = fs.readdirSync(`../data/${user}/`); I…
-1
votes
1 answer

Why? open failed:ENOENT (No such file or directory)

I have permission already but open failed: ENOENT (No such file or directory) try { dbmanager = new DBManager(this); sqlitedb = dbmanager.getReadableDatabase(); …
-1
votes
2 answers

Unable to save downloaded files on Android 6.0 +

I have just encountered a problem I can't seem to fix by myself. A key element of this application is downloading and storing a file from a url, for which I am using an extension of AsyncTask This file is eventually saved to…
-2
votes
1 answer

Bot not turning on, console says bot is ready

my discord javascript bot is not coming online but the console says that 'Your bot is ready', after that console says an error 1-2 times 'ENOENT: no such file or directory, stat '/home/runner/OwO-clone/views/index.html' my index.js code is const {…
-3
votes
1 answer

How do I write to and read from External Storage directory of all devices?

I have a problem with writing files to the external storage directory. I have added the permissions. The code works fine in some devices while it crashes in others. The error I get is a java.io.IOException: open failed: ENOENT (No such file or…
1 2 3
9
10