extension.js icon indicating copy to clipboard operation
extension.js copied to clipboard

ERROR Can't find template content-vue for my-extension.

Open long3012218885 opened this issue 3 months ago • 1 comments

🐣 - Starting a new browser extension named my-extension... 🤝 - Ensuring my-extension folder exists... 🤞 - Checking if destination path is writeable... 🔎 - Scanning for potential conflicting files... 🧰 - Installing my-extension from template content-vue... Using git version 2.44.0.windows.1 [ ] 0% 18.3sGitHub API rate limit reached, continuing without connectivity check... [==================================================] 100% 0.0s ERROR Can't find template content-vue for my-extension. Error: EXDEV: cross-device link not permitted, rename 'C:\Users\18218\AppData\Local\Temp\extension-js-create-4dph2L\my-extension-temp\content-vue.gitignore' -> 'I:\extension\my-extension.gitignore' Error: EXDEV: cross-device link not permitted, rename 'C:\Users\18218\AppData\Local\Temp\extension-js-create-4dph2L\my-extension-temp\content-vue.gitignore' -> 'I:\extension\my-extension.gitignore' at async Object.rename (node:internal/fs/promises:779:10) at async moveDirectoryContents (C:\Users\18218\AppData\Local\pnpm-cache\dlx\711255e9d9439ea2745bf0e541ccb7821d9754f8c8ff5c2fffd06f6a162575c0\19937402295-20614\node_modules.pnpm\[email protected]\node_modules\extension-create\dist\module.js:206:16) at async importExternalTemplate (C:\Users\18218\AppData\Local\pnpm-cache\dlx\711255e9d9439ea2745bf0e541ccb7821d9754f8c8ff5c2fffd06f6a162575c0\19937402295-20614\node_modules.pnpm\[email protected]\node_modules\extension-create\dist\module.js:333:17) at async extensionCreate (C:\Users\18218\AppData\Local\pnpm-cache\dlx\711255e9d9439ea2745bf0e541ccb7821d9754f8c8ff5c2fffd06f6a162575c0\19937402295-20614\node_modules.pnpm\[email protected]\node_modules\extension-create\dist\module.js:652:9) at async Command. (C:\Users\18218\AppData\Local\pnpm-cache\dlx\711255e9d9439ea2745bf0e541ccb7821d9754f8c8ff5c2fffd06f6a162575c0\19937402295-20614\node_modules.pnpm\[email protected]_@babel+core_b030eb6994bfc0b85f3aa6b193f5b7af\node_modules\extension\dist\cli.js:267:9) { errno: -4037, code: 'EXDEV', syscall: 'rename', path: 'C:\Users\18218\AppData\Local\Temp\extension-js-create-4dph2L\my-extension-temp\content-vue\.gitignore', dest: 'I:\extension\my-extension\.gitignore' } node:internal/process/promises:394 triggerUncaughtException(err, true /* fromPromise */); ^

Error: EXDEV: cross-device link not permitted, rename 'C:\Users\18218\AppData\Local\Temp\extension-js-create-4dph2L\my-extension-temp\content-vue.gitignore' -> 'I:\extension\my-extension.gitignore' at async Object.rename (node:internal/fs/promises:779:10) at async moveDirectoryContents (C:\Users\18218\AppData\Local\pnpm-cache\dlx\711255e9d9439ea2745bf0e541ccb7821d9754f8c8ff5c2fffd06f6a162575c0\19937402295-20614\node_modules.pnpm\[email protected]\node_modules\extension-create\dist\module.js:206:16) at async importExternalTemplate (C:\Users\18218\AppData\Local\pnpm-cache\dlx\711255e9d9439ea2745bf0e541ccb7821d9754f8c8ff5c2fffd06f6a162575c0\19937402295-20614\node_modules.pnpm\[email protected]\node_modules\extension-create\dist\module.js:333:17) at async extensionCreate (C:\Users\18218\AppData\Local\pnpm-cache\dlx\711255e9d9439ea2745bf0e541ccb7821d9754f8c8ff5c2fffd06f6a162575c0\19937402295-20614\node_modules.pnpm\[email protected]\node_modules\extension-create\dist\module.js:652:9) at async Command. (C:\Users\18218\AppData\Local\pnpm-cache\dlx\711255e9d9439ea2745bf0e541ccb7821d9754f8c8ff5c2fffd06f6a162575c0\19937402295-20614\node_modules.pnpm\[email protected]_@babel+core_b030eb6994bfc0b85f3aa6b193f5b7af\node_modules\extension\dist\cli.js:267:9) { errno: -4037, code: 'EXDEV', syscall: 'rename', path: 'C:\Users\18218\AppData\Local\Temp\extension-js-create-4dph2L\my-extension-temp\content-vue\.gitignore', dest: 'I:\extension\my-extension\.gitignore' }

Node.js v23.11.1

long3012218885 avatar Sep 11 '25 05:09 long3012218885