I am implementing changes to an extension that was...
# suitecommerce
k
I am implementing changes to an extension that was developed about 2 or 3 years ago. When I deploy the extension, I encounter the following error near the end of the deployment:
Copy code
Uploading Chunk 5/5 [==================================================] 100%
[15:16:33] 'startDeploy' errored after 5.13 min
[15:16:33] TypeError: Cannot read property 'files' of undefined
    at /ExtensionDevelopmentTools/gulp/extension-mechanism/deploy/deploy.js:173:70
    at Array.forEach (<anonymous>)
    at /ExtensionDevelopmentTools/gulp/extension-mechanism/deploy/deploy.js:172:24
    at series (/ExtensionDevelopmentTools/ns_npm_repository/ns-async/src/series.js:5:9)
    at /ExtensionDevelopmentTools/ns_npm_repository/ns-async/src/series.js:9:13
    at DestroyableTransform.<anonymous> (/ExtensionDevelopmentTools/gulp/extension-mechanism/deploy/deploy.js:165:25)
    at DestroyableTransform.emit (events.js:400:28)
    at DestroyableTransform.emit (domain.js:537:15)
    at endReadableNT (/ExtensionDevelopmentTools/node_modules/readable-stream/lib/_stream_readable.js:1003:12)
    at processTicksAndRejections (internal/process/task_queues.js:82:21)
Has anyone encountered this type of error and can point me in a direction to resolve it? I am using Extension developer tools 2023.1.3. Thanks
e
@Keith Fetterman use the extension dev tools 2022.X.X the one you are using has some issues to deploy.
k
@eminero, thanks. I will try it. I am having issues with 2023.1.3 and 2023.2.0. I will give the latest 2022.X.X version a try. Thanks
👌 1