Mykal Thomas

Results 8 comments of Mykal Thomas

so this might help but i just ran ./node_modules/.bin/env-cmd -f **"**./environments/.env.ci**"** yarn dev and it worked I had to wrap the filepath in **quotes** ""

running into the same issue hopefully this helps. This is the console log and it's showing that is's unable to resolve a few bundles.

@godanny86 so i copied the project repo from the component-basics-start branch. It seems like the documentation or branch for the tutorial is a little out of date. i'm using service...

@godanny86 the link to the service pack does not seem to work with a personal account. I'll have to ask a coworker to get it for me. thanks for the...

I've upgraded to SP12 and it still is unable to resolve the following bundles on a fresh install org.apache.sling.api.request,version=[2.6,3) -- Cannot be resolved org.apache.sling.api.resource,version=[2.13,3) -- Cannot be resolved

> Thanks @mthomas46 i'll try and reproduce on my end. Remind me, what branch are you working with, is it: https://github.com/adobe/aem-guides-wknd/tree/tutorial/component-basics-start ? component basic start

> Hey @mthomas46 i wasn't able to reproduce it. Are you using the `-Pclassic` profile to build? > > ``` > mvn clean install -PautoInstallSinglePackage -Pclassic > ``` i'll give...