Trying the email connector

0
I’v installed the encryption and Mxmodelreflection so fine it compiles. But after installing the e-mail-connector the error below show up. Also after cleaning=up the deployment directory. I’v no idea where te look for. Can someone help? Thanks already. Peter     [webpack-cli] ModuleNotFoundError: Module not found: Error: Can't resolve '\\mac\Home\Documents\Mendix\AlarmLog-main\deployment\tmp\jsactions' in 'C:\Program Files\Mendix\9.20.0.58427\modeler\tools\node'     at C:\Program Files\Mendix\9.20.0.58427\modeler\tools\node\node_modules\webpack\lib\Compilation.js:2016:28     at C:\Program Files\Mendix\9.20.0.58427\modeler\tools\node\node_modules\webpack\lib\NormalModuleFactory.js:798:13     at eval (eval at create (C:\Program Files\Mendix\9.20.0.58427\modeler\tools\node\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:10:1)     at C:\Program Files\Mendix\9.20.0.58427\modeler\tools\node\node_modules\webpack\lib\NormalModuleFactory.js:270:22     at eval (eval at create (C:\Program Files\Mendix\9.20.0.58427\modeler\tools\node\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:35:1)     at C:\Program Files\Mendix\9.20.0.58427\modeler\tools\node\node_modules\webpack\lib\NormalModuleFactory.js:434:22     at C:\Program Files\Mendix\9.20.0.58427\modeler\tools\node\node_modules\webpack\lib\NormalModuleFactory.js:116:11     at C:\Program Files\Mendix\9.20.0.58427\modeler\tools\node\node_modules\webpack\lib\NormalModuleFactory.js:670:25     at C:\Program Files\Mendix\9.20.0.58427\modeler\tools\node\node_modules\webpack\lib\NormalModuleFactory.js:855:8     at C:\Program Files\Mendix\9.20.0.58427\modeler\tools\node\node_modules\webpack\lib\NormalModuleFactory.js:975:5 resolve '\\mac\Home\Documents\Mendix\AlarmLog-main\deployment\tmp\jsactions' in 'C:\Program Files\Mendix\9.20.0.58427\modeler\tools\node'   Parsed request is a module   No description file found in C:\Program Files\Mendix\9.20.0.58427\modeler\tools\node or above   resolve as module     looking for modules in C:\Program Files\Mendix\9.20.0.58427\modeler\tools\node\node_modules       single file module         No description file found in C:\Program Files\Mendix\9.20.0.58427\modeler\tools\node\node_modules\mac\Home\Documents\Mendix\AlarmLog-main\deployment\tmp or above         no extension           C:\Program Files\Mendix\9.20.0.58427\modeler\tools\node\node_modules\mac\Home\Documents\Mendix\AlarmLog-main\deployment\tmp\jsactions doesn't exist         .js           C:\Program Files\Mendix\9.20.0.58427\modeler\tools\node\node_modules\mac\Home\Documents\Mendix\AlarmLog-main\deployment\tmp\jsactions.js doesn't exist         .json           C:\Program Files\Mendix\9.20.0.58427\modeler\tools\node\node_modules\mac\Home\Documents\Mendix\AlarmLog-main\deployment\tmp\jsactions.json doesn't exist         .wasm           C:\Program Files\Mendix\9.20.0.58427\modeler\tools\node\node_modules\mac\Home\Documents\Mendix\AlarmLog-main\deployment\tmp\jsactions.wasm doesn't exist       C:\Program Files\Mendix\9.20.0.58427\modeler\tools\node\node_modules\mac\Home\Documents\Mendix\AlarmLog-main\deployment\tmp\jsactions doesn't exist     C:\Program Files\Mendix\9.20.0.58427\modeler\tools\node_modules doesn't exist or is not a directory     C:\Program Files\Mendix\9.20.0.58427\modeler\node_modules doesn't exist or is not a directory     C:\Program Files\Mendix\9.20.0.58427\node_modules doesn't exist or is not a directory     C:\Program Files\Mendix\node_modules doesn't exist or is not a directory     C:\Program Files\node_modules doesn't exist or is not a directory     C:\node_modules doesn't exist or is not a directory
asked
2 answers
0

It looks like you are trying to install from a network drive, so I assume you are using Parallels to run Studio Pro on a Mac.

Network drives don’t work properly with Studio Pro and Parallels, but there is a work around.

 

Map a network drive to a drive letter in Windows. I map the M: drive to \\mac\Home\Documents\Mendix . When you open your project, do so from the M: drive (or whatever letter you have chosen), and the project should compile and run correctly.

I hope this helps.
 

answered
0

Thanks Robert,

I did the drive mapping and I also did set the default app directory to M: (in preferences) and had to delete the Encryption, Model_reflection and Email_connector and reinstalled them to make them properly compile.

 

Kind regards 

Peter

answered