So I'm trying to test an extension locally, my ste...
# suitecommerce
l
So I'm trying to test an extension locally, my steps so far: • run gulp extension:create • run gulp extension:local • access site with -local • get extension file not found error I'm a little annoyed.
Shouldn't a brand new extension just work from the boiler plate code?
message has been deleted
I'm running in the checkout entry_point.
To ensure the local environment isn't an issue, I deployed to sandbox. The issue is replicated when the boilerplate extension is run in the sandbox.
g
I've had issues with the update-manifest with ss2 I'd check that manually
l
You might be on to something.
Wow.. so I removed all references to SS2 in the manifest. It still was looking for an SS2Model. I added in a file with the name it was looking for and now it works.
g
The manifest just tells the tools the files to deploy the array of depenacies within the define is what needs to be removed if its missing
l
Yeah, I was just looking at that. Why would the boilerplate create tool include dependencies that don't exist?
g
Yea I create everything manually tbh
l
I've been tasked with a checkout extension and have been hitting my head on so many road blocks. At least now I see a Hello World...