electrode-io/electrode-server

Register plugins failed from electrode app server

Closed this issue · 3 comments

I am new for Electrode. I tried to implement 'electrode-app as per the document. When i run the below command after created electrode-app folder and got an error message as mentioned in the below image. Could you please help me to fix this issue?
$ clap dev
image

Hi there

I too am having the exact same problem - as well as all the developers I work with. We are considering the use of electrode for use in the next gen architecture for front end. Due to it being an enterprise environment we have to use Windows machines.

Also after the 'ignite generate-app' command, the process failed to install some modules which had to be installed by using 'yarn install' within the project directory.

Webpack does not seem to be transpiling the jsx files in client and server folders.

Thanks for your help - we would really like to use electrode, but currently this is completely stopping us.

I have attached some screenshots of the problem
electrode problems
windows information

Thanks for your information. I installed node version >9.0 and yarn not supported during the installation. So i downgrade the version 8.0.0 and re-generate the electrode app and now working fine.

Thanks Ajaxdinesh

I had tried downgrading but my issue was i didnt go back far enough.

I can confirm that by reducing the node version installed on the machine to 8.0.0 ( I used NVM ) it does indeed work and the import failures have disappeared.

Thanks for pointing me in the right direction regarding this problem, well done in finding that fix.

I am however slightly concerned that I could not find this information was not available in any of the documentation - and if it were, it was not upfront and center. When choosing to use frameworks like this, if automated generators do not work because of obscure problems it causes a huge dent in confidence of that product (what else could go wrong down the line?)

working hapijs