Hello @All
I am getting issues which deploying pixel extension app
I have followed this tutorial for creating pixel extension app
https://shopify.dev/apps/pixels/pixels-getting-started
------------app build successfully :but when I am trying to deploy it getting this error
Deploying your work to Shopify Partners. It will be part of pixcelapp
ui-extensions | Building UI extensionsβ¦
ui-extensions | pixcel-extention-app (> error: Failed to create output directory: mkdir E:\C:: The filename, directory name, or volume label syntax is incorrect.
ui-extensions |
ui-extensions |
ui-extensions | β¦5bb71a33985170\bundle\8a372000-ea68-46cd-80ec-867b27db434a\main.js 192b
ui-extensions |
ui-extensions | Done in 4ms
ui-extensions | Error building extension: Error: Build failed with 1 error:
ui-extensions | error: Failed to create output directory: mkdir E:\C:: The filename, directory name, or volume label syntax is incorrect.
ui-extensions | at failureErrorWithLog [email removed]
ui-extensions | at [email removed]
ui-extensions | at runOnEndCallbacks [email removed]
ui-extensions | at buildResponseToResult [email removed]
ui-extensions | at [email removed]
ui-extensions | at [email removed]
ui-extensions | at handleIncomingPacket [email removed]
ui-extensions | at Socket.readFromStdout [email removed]
ui-extensions | at Socket.emit (node:events:527:28)
ui-extensions | at addChunk (node:internal/streams/readable:315:12) {
ui-extensions | errors: [
ui-extensions | {
ui-extensions | detail: undefined,
ui-extensions | location: null,
ui-extensions | notes: [],
ui-extensions | pluginName: ββ,
ui-extensions | text: βFailed to create output directory: mkdir E:\C:: The filename, directory name, or volume label syntax is incorrect.β
ui-extensions | }
ui-extensions | ],
ui-extensions | warnings: []
ui-extensions | })
ββββββ Error ββββββββββββββββββββββββββββββββββββββββββββββββ
Command failed with exit code 1: C:/Users/admin/AppData/Local/shopify-cli-nodejs/Cache/vendor/binaries/extensions/3.15.0-windows-amd64.exe build -
pixcel-extention-app (> error: Failed to create output directory: mkdir E:\C:: The filename, directory name, or volume label syntax is incorrect.
β¦5bb71a33985170\bundle\8a372000-ea68-46cd-80ec-867b27db434a\main.js 192b
this is the same error I have experienced before while working with checkout extension
https://community.shopify.com/c/shopify-apps/not-able-to-deploy-checkout-ui-extension/td-p/1677716
please help