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
142
votes
27 answers

How to resolve Node.js: "Error: ENOENT: no such file or directory"

I have a Node.js web application currently running on a server successfully. Now I'm trying to set up a local copy on my development server. I currently have Node.js, NPM and MongoDB Installed just like what I have in production server. However, the…
Emeka Mbah
  • 16,745
  • 10
  • 77
  • 96
13
votes
1 answer

How do I resolve this Error: ENOENT: no such file or file or directory, open '/tmp/mt-1miyjxv/os.json' at error native?

I recently upgraded to meteor 1.4.1.1 from an older version. But now I cant seem to start my app anymore! Help! After upgrading, I get into the directory of my app then run "meteor --port 7123" which used to (work) fire-up my app in the previous…
SirBT
  • 1,580
  • 5
  • 22
  • 51
7
votes
3 answers

How to fix NextJS enoent?

You guys know what may cause this error? Help will be highly appreciated. This error suddenly started and can't figure out why. Any source I find related to this topic also didn't help, such as npm clear cache etc. error - uncaughtException: Error:…
Kene
  • 85
  • 1
  • 3
  • 7
6
votes
0 answers

AWS Lambda: Error: ENOENT: no such file or directory, mkdir '/var/task/node_modules/@types/nexus-typegen'

I'm getting the following error on the Lambda cloudwatch logs ERROR [Error: ENOENT: no such file or directory, mkdir '/var/task/node_modules/@types/nexus-typegen'] { errno: -2, code: 'ENOENT', syscall: 'mkdir', path:…
4
votes
1 answer

Error while trying to add BlossomV package in Julia

I am trying to add the BlossomV package in Julia. I am receiving the following error: *LoadError: BlossomV not properly installed. Please run Pkg.Build("BlossomV") LoadError: Failed to precompile BlossomV* On running Pkg.Build("BlossomV"), I am…
PriJ
  • 41
  • 2
4
votes
1 answer

Android : NDK : Superpowered Open failed: ENOENT (No such file or directory) Error

Hello I am trying to play audio.wav from internal storage using Superpowered::AdvancedAudioPlayer but NDK always through the Open failed: ENOENT (No such file or directory)…
Shahryar Ahmed
  • 197
  • 1
  • 9
4
votes
2 answers

spawn python ENOENT node.js in windows

I created some code to use a python function from a node.js backend. When running it on my ubuntu computer, it works - however! When running the code on his windows machine it gives this stacktrace. events.js:174 throw er; // Unhandled 'error'…
Jonas Grønbek
  • 1,709
  • 2
  • 22
  • 49
4
votes
2 answers

Module build failed: Error: spawn bin/rails ENOENT

After adding the ERB loader and adding the .erb file extension to my application pack (with webpacker), I am getting the following error: ERROR in ./app/webpack/packs/application.js.erb Module build failed: Error: spawn bin/rails ENOENT at…
heroxav
  • 1,387
  • 1
  • 22
  • 65
4
votes
2 answers

electron-packager spawn ENOENT

I'm working on an electron app that controls gulp tasks via gui. You click on a task and it runs. Pretty simple stuff. On macOS, when I run npm start it runs just fine, but when I package it with electron-packager, I get this error: Uncaught…
3
votes
1 answer

Error: spawn cucumber-json-formatter ENOENT (linux)

i need your help for this : An error was thrown in your plugins file while executing the handler for the after:run event. The error we received was: Error: spawn cucumber-json-formatter ENOENT at Process.ChildProcess._handle.onexit…
RudyS
  • 31
  • 2
3
votes
1 answer

Error: ENOENT: no such file or directory, open 'src/protos/user.proto'?

I'm creating a node.js gRPC service. I'm using the photo buff as an npm package in this service. so the proto buff package is structured as below. and I have published this package to the GitHub npm package registry. then I used it in my…
Sathya Molagoda
  • 531
  • 1
  • 6
  • 17
3
votes
2 answers

Getting ENOENT error when running "npm start" for React apps

I have been shifting between node versions 10.17.0 and 16.14.0(the latest version) since I work with SharePoint Framework which only supports node version 10.x.x. Now I have shifted back to the latest node version but when trying to run any of my…
kelank
  • 147
  • 1
  • 2
  • 7
3
votes
1 answer

Ansible - using npm with a proxy

I have this Ansible code: - name: Installing project files shell: | cd /opt/ewd-server npm install become_user: prod-{{SITE}} Every time I run the code and it reaches that part it keeps saying that the server doesn't have the proxy up.…
3
votes
4 answers

How to fix Error: spawnSync powershell.exe ENOENT

I want to install Windows build tools with an elevated PowerShell console using this command: npm install --global --production windows-build-tools but I'm getting the following error back everytime I run the the npm install command…
Hendrx
  • 69
  • 2
  • 3
  • 10
3
votes
3 answers

"Error: spawn cmd ENOENT" In Expo Init Project

I am starting a new React-Native Project using expo init firstexpo But I get this error at Command Prompt Error: spawn cmd ENOENT PS C:\Users\Alex\testing\firstexpo> expo start [16:21:09] Starting project at…
Alex Chong
  • 341
  • 2
  • 5
  • 9
1
2 3
9 10