AdobeDocs / experience-manager-learn.en

Apache License 2.0
13 stars 44 forks source link

unable to sync my changes to ui.app client liberary #59

Closed Trupti-chowksey closed 1 year ago

Trupti-chowksey commented 2 years ago

Issue in ./help/getting-started-wknd-tutorial-develop/project-archetype/component-basics.md

i am trying the same steps you shown shown in video i get this out put

PS E:\AEMCODE\code\aem-guides-wknd> cd ui.frontend
PS E:\AEMCODE\code\aem-guides-wknd\ui.frontend> npm run watch
> aem-maven-archetype@1.0.0 watch
> webpack-dev-server --config ./webpack.dev.js --env writeToDisk & chokidar -c "clientlib" ./dist & aemsync -w ../ui.apps/src/main/content   

    at async module.exports (E:\AEMCODE\code\aem-guides-wknd\ui.frontend\node_modules\glob-import-loader\index.js:80:25)

2022-06-26 11:35:51: webpack 5.73.0 compiled with 2 warnings in 9476 ms
assets by status 4 bytes [cached] 2 assets
assets by path . 220 KiB
  asset clientlib-site/site.css 8.61 KiB [emitted] (name: site)
  asset clientlib-site/site.js 202 KiB [emitted] (name: site)
  asset index.html 8.55 KiB [emitted]
Entrypoint site 211 KiB = clientlib-site/site.css 8.61 KiB clientlib-site/site.js 202 KiB
2022-06-26 11:37:11: webpack 5.73.0 compiled successfully in 1656 ms

I am unable to sync my changes from ui.frontend to ui.apps client library can you please let me know what is an issue and where I am going wrong

davidjgonzalez commented 2 years ago

Is there an error? Are you not seeing files changing in the configured clientlibs location under ../ui.apps?

Can you provide some more information whats going wrong exactly?

SachinMali commented 1 year ago

Please re-open if needed, closing cause of inactivity.