The Native Packager Failed to Start

1
Hi Guys, Each time when I running my application in local this error message is popping up. The error message is shown as below:   C:\Program Files\Mendix\8.18.4.17934\modeler\tools\node\node.exe "C:\Program Files\Mendix\8.18.4.17934\modeler\tools\node\node_modules\react-native\local-cli\cli.js" start --port "8083" --config "C:\Users\userid\Documents\Mendix\map-tires-main\deployment\native\metro.config.json"  warn Failed to chmod xsel: EPERM: operation not permitted, chmod 'C:\Program Files\Mendix\8.18.4.17934\modeler\tools\node\node_modules\react-native\node_modules\@react-native-community\cli\build\commands\server\external\xsel' ┌──────────────────────────────────────────────────────────────────────────────┐ │                                                                              â”‚ │  Running Metro Bundler on port 8083.                                         │ │                                                                              â”‚ │  Keep Metro running while developing on any JS projects. Feel free to        â”‚ │  close this tab and run your own Metro instance if you prefer.               │ │                                                                              â”‚ │  https://github.com/facebook/react-native                                    â”‚ │                                                                              â”‚ └──────────────────────────────────────────────────────────────────────────────┘ Looking for JS files in    C:\Users\userid\Documents\Mendix\map-tires-main\deployment\native    C:/Users/userid/Documents/Mendix/map-tires-main/theme    C:/Users/userid/Documents/Mendix/map-tires-main/javascriptsource    C:/Program Files/Mendix/8.18.4.17934/modeler/tools/node/node_modules  2021-09-23T09:31:04,809: [cli] unable to talk to your watchman on \\.\pipe\watchman-userid! (No such file or directory) Watchman:  watchman --no-pretty get-sockname returned with exit code=1, signal=null, stderr= 2021-09-23T09:31:04,809: [cli] unable to talk to your watchman on \\.\pipe\watchman-userid! (No such file or directory)   Please suggest me how can I resolve this error. Regards, Tanmay Ghosh.
asked
1 answers
0

Please check my previous answer on this issue. Maybe it helps you to solve it

https://forum.mendix.com/link/questions/104705

https://forum.mendix.com/link/questions/104611

https://forum.mendix.com/link/questions/101555

I am not sure about the exact reason behind this error. But various steps mentioned in above posts can help solve it. You may give it a try. 

Once I solved this error by simple re-installing Mendix Studio Pro and restarting PC

answered