We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
typescript
When ever i try to npx extension@latest create my-extension --template=typescript
npx extension@latest create my-extension --template=typescript
🧰 - Installing testing from template typescript... [=== ] 6% 25.5sError pulling git repository: [Error: ENOENT: no such file or directory, rename 'examples/typescript' -> '/Users/dangoodman/code/typescript'] { errno: -2, code: 'ENOENT', syscall: 'rename', path: 'examples/typescript', dest: '/Users/dangoodman/code/typescript' }
I'm in /Users/dangoodman/code/testing so not sure why it's trying to operate on those paths
/Users/dangoodman/code/testing
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When ever i try to
npx extension@latest create my-extension --template=typescript
I'm in
/Users/dangoodman/code/testing
so not sure why it's trying to operate on those pathsThe text was updated successfully, but these errors were encountered: