Expandir minha barra de realizações na Comunidade.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.

SOLUCIONADO

Not able to build AEM project in local because of below error

Avatar

Level 4

monish7_0-1690381474625.png

 

1 Solução aceita

Avatar

Resposta correta de
Level 3

Change directory to ui.frontend folder and run following command to make sure all node dependencies are installed and there are no error

npm install

 

There are also direct package.json script. It should be 

npm run dev

 

 

 

 

Ver solução na publicação original

3 Respostas

Avatar

Community Advisor and Adobe Champion

Did you try to run "npm install" in the ui.frontEnd module firstly? Also, can you verify that you are using the node & npm versions the project you are running support?



Esteban Bustamante

Avatar

Community Advisor

I see you are using onedrive directory. Sometime onedrive takes time to sync files and it causes issue. Can you please try outside onedrive folder like C or D Drive and see if same behavior is observed? 

Avatar

Resposta correta de
Level 3

Change directory to ui.frontend folder and run following command to make sure all node dependencies are installed and there are no error

npm install

 

There are also direct package.json script. It should be 

npm run dev