Excel add-in : Watchpack Error (watcher): Error: EMFILE: too many open files, watch - excel-addins

Created custom function project by following the tutorial as stated in Microsoft docs
https://learn.microsoft.com/en-us/office/dev/add-ins/tutorials/excel-tutorial-create-custom-functions?tabs=excel-windows
node version : v16.16.0
npm version : 8.11.0
webpack 5.52.1
After starting the dev server (sudo npm run dev-server), getting the following exception
Watchpack Error (watcher): Error: EMFILE: too many open files, watch
Watchpack Error (watcher): Error: EMFILE: too many open files, watch
Watchpack Error (watcher): Error: EMFILE: too many open files, watch
Watchpack Error (watcher): Error: EMFILE: too many open files, watch
Watchpack Error (watcher): Error: EMFILE: too many open files, watch
Any suggestions?
Thanks!!

See whether the following solution could resolve your problems.
React Native Error: EMFILE: too many open files, watch
It seems a Webpack issue. For your reference:
https://github.com/webpack/watchpack/issues/169

Related

Target dart2js failed No such file or directory

I am running into an issue where on GH Actions my dart build is failing with lots of lines like
Compiling lib/main.dart for the Web...
Target dart2js failed: Exception: lib/api/file_a.dart:00:0:
Error: Error when reading 'lib/models/file_b.dart': Error reading 'lib/models/file_b.dart' (No such file or directory)
import "/models/file_b.dart";
Posted to answer right away in case it helps someone else.
My issue was because I changed the capitalization of files in git. from /File.dart to /file.dart.
The way to fix this was for each import unable to be found to git mv /File.dart /file.dart

fatal error: 'Flutter/Flutter.h' file not found #import <Flutter/Flutter.h>,this fatal error is shown after i debug my flutter code what should i do?

fatal error: 'Flutter/Flutter.h' file not found
#import <Flutter/Flutter.h>
^~~~~~~~~~~~~~~~~~~
1 error generated.
note: Using new build system
note: Planning
note: Build preparation complete
note: Building targets in parallel
Could not build the application for the simulator.
Error launching application on iPhone 13.
Just remove ios/Flutter/Flutter.podspec: rm ios/Flutter/Flutter.podspec
Then run flutter clean
Run your app again.
Boom! Your Error might be solved.
if won't work follow this doc. https://fluttercorner.com/error-flutter-flutter-h-file-not-found-when-flutter-run-on-ios/

Ionic Deploy Cannot Find ZIP

Ionic Deploy has been working perfectly up until this week. It will find an update but it does not apply it. I recently setup deploy manually following the Pro documentation and these are the errors I get on an Android emulator.
ERROR Error: Uncaught (in promise): /data/user/0/app.identifier/files/www.zip (No such file or directory)
ERROR Error: Uncaught (in promise): Unexpected end of ZLIB input stream
ERROR Error: Uncaught (in promise): error in opening zip file
If anyone can help I will be extremely grateful.
Thanks!

Ionic2 first project error

I'm trying to follow these instruction : http://ionicframework.com/docs/v2/getting-started/installation/
But I have error with this line :
ionic start cutePuppyPics --v2
Creating Ionic app in folder C:\dev\debug npm\cutePuppyPics based on tabs projec
t
Downloading: https://github.com/driftyco/ionic2-app-base/archive/master.zip
Error with start Error: read ECONNRESET
at exports._errnoException (util.js:870:11)
at TLSWrap.onread (net.js:552:26)
Error Initializing app: Error: read ECONNRESET
Error: read ECONNRESET
at exports._errnoException (util.js:870:11)
at TLSWrap.onread (net.js:552:26)
Caught exception:
Error: read ECONNRESET
at exports._errnoException (util.js:870:11)
at TLSWrap.onread (net.js:552:26)
Mind letting us know? https://github.com/driftyco/ionic-cli/issues
Does anyone can help me ?
Thanks by advance !
Just like #AnatolyS says, that seems to be a network problem. Once you download it, (and unzip it) open a console at the same level you see a file called package.json and run npm install. That will install all the required dependencies for the project.
Once that is done, run ionic serve and the application should be opened in the browser.

unable to open mkb files in windows

Am getting an error while opening .mkb files of marmalade in windows.
It shows the following error while trying to open the sample applications .mkb file :
C:\Marmalade\6.2\s3e\makefile_builder\mkb.py
C:\Marmalade\6.2\examples\IwGx\IwGxBasicLighting.mkb
Building project: c:/Marmalade/6.2/examples/IwGx/IwGxBasicLighting.mkb
Executing: 'c:\marmalade\6.2\s3e\bin\mdev.bat update'
Downloading: http://source.madewithmarmalade.com/packages/6.2/Packages
error: error downloading url: http://source.madewithmarmalade.com/packages/6.2/Packages (<urlopen error (10060, 'Operation timed out')>)
c:/marmalade/6.2/modules/iwutil/iwutil.mkf(19) :
error: Executing 'c:\marmalade\6.2\s3e\bin\mdev.bat update' failed. (return code 1)
FAILED (error code=3)*
Thanks!
You need to have any active internet connection to open the mkb. Marmalade needs to download certain update files for license check and module updates to work correctly. Since you might be running marmalade for the first time, it throws the error.