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
3
votes
0 answers

node-sass missing vendor folder in all projects

Hello i have rly serious issues with my nodejs builds and node-sass. Some weeks ago i had problems with SASS build and node 10 - there were compatibílity problems. As a "best temporary solution" i have installed 2 versions of node.js to my systems…
Marian Benčat
  • 477
  • 4
  • 9
3
votes
3 answers

Node js ENOENT file error handling

I have a simple process that needs to open a file to read but if the file does not exist it should simply note/ignore the error and continue on. I have tried many sources but cannot find on clear example of how to successfully check for the…
James
  • 77
  • 3
  • 7
3
votes
1 answer

FileInputStream error No such file or directory

The issue is that when I run my program in Android Studio the FileInputStream can't find the c:\poi-test.xls file. The simple test java program that I'm running in Android Studio is: try { File file = new File("C:\\poi-test.xls"); …
3
votes
0 answers

Unable to connect to Google cloudsql instance

An ENOENT error occurs on repeat when running a Google Nodejs app configured to use a second generation MYSQL instance with the appropriate instance name. This works on my localhost using the cloudproxy, but produces the following error in a compute…
3
votes
1 answer

Using multiple webpack methods on laravel elixir

I'm using Laravel 5.3 and Elixir: "laravel-elixir": "^6.0.0-9", "laravel-elixir-rollup-official": "^1.0.5", "laravel-elixir-vue": "^0.1.4", "laravel-elixir-webpack-official": "^1.0.2", I'm using multiple wepback methods in my gulpfile.js file, as…
Eliya Cohen
  • 10,716
  • 13
  • 59
  • 116
3
votes
2 answers

events.js:160 throw er; // Unhandled 'error' event ^

I think I did something and broke node. I have tried changing paths, but don't really know what I'm doing and don't want to make the problem worse. Tried uninstalling and reinstalling node all to no avail. Any help or ideas would be great. Microsoft…
Chris Fox
  • 101
  • 1
  • 10
3
votes
0 answers

NodeJS 4.3.1 readFile and Publish Over SSH - ENOENT

NodeJS & Linux ENOENTED me. I know that the file is there, I can see it there. Application is deployed on server by Jenkins CI server. NodeJS versions: v4.3.1 - prod, v4.3.2 - dev. It uses ExpressJS framework. I use a single config-like file…
3
votes
1 answer

Gitbook PDF convertion error: ENOENT

I used gitbook to write my thesis and now I need it converted to PDF. Looked at every instruction there is and got gitbook pdf command to work. Next day I was told to install gitbook 3.0 so i did by using gitbook fetch latest. From that point on…
Tom Kustermans
  • 521
  • 2
  • 8
  • 31
2
votes
0 answers

Salesforce issue ENOENT: no such file or directory, open '/scripts/scratchOrg/preconfiguration/auth/server.key'

I have encountered a very annoying issue on VSCode for the salesforce project. I had a file called server.key but deleted it a while ago (and btw I am not using Scratch Org). This file is only in /scripts/ folder and not in salesforce org. However,…
Jo Liu
  • 21
  • 2
2
votes
0 answers

Error: ENOENT: no such file or directory, scandir Kubernetes Pod

I'm trying to upload files with multer from my typescript/express app. I have tested the application locally on mac it's working fine with a folder uploads under src. It worked well for the Local docker container too without any issue. But, once I…
2
votes
2 answers

what is the difference between npm install -g react-native-cli versus using npx react-native init ?

**what is the difference between setting up react-native- cli with npm install -g react-native-cli and init versus using npx react-native init ? I recently got a lot of eneont errors while developing react-native app. firstly i setup my system with…
Mandil Subba
  • 115
  • 1
  • 11
2
votes
0 answers

ENOENT error after busboy received the file

I'm working with a legacy project where MP4 files are uploaded one by one from a React app with axios to a NestJS API with busboy on an EC2 instance. Then, the file is uploaded to an S3 bucket. When the AWS S3 library tries to load the file, an…
Iván Cortés
  • 581
  • 1
  • 9
  • 22
2
votes
1 answer

NPM install only creating a package-lock.json?

I am working on a Microsoft Surface 3 running Windows 10. I use git bash for windows for file system management. I'm running npm version 6.14.4 and node version 12.16.2 I'm currently working on an app for some school work and want to run a…
Sam
  • 21
  • 5
2
votes
0 answers

Cordova plugin add fails for ENOENT on AndroidManifest

I've developed a custom plugin for a cordova application and trying to test it out with the latest cordova Android platform version. Whenever I run: cordova plugin add ../my-plugin cordova platform add android or cordova platform add…
fredmaggiowski
  • 2,232
  • 3
  • 25
  • 44
2
votes
0 answers

Missing file during npm package install related to staging directory causes install to fail?

I am tring to install the readdir-enhanced package: https://www.npmjs.com/package/readdir-enhanced When I run this command: npm install readdir-enhanced --save-dev I get the following error dump, which is identical to what is found in the NPM…
Robert Oschler
  • 14,153
  • 18
  • 94
  • 227
1
2
3
9 10