Nuxi: ERROR Invalid template name: undefined
See original GitHub issueEnvironment
machine 1:
- Operating System:
Darwin
- Node Version:
v16.12.0
- Nuxt Version:
0.0.0
- Package Manager:
unknown
- Bundler:
Webpack
- User Config:
-
- Runtime Modules:
-
- Build Modules:
-
machine 2:
Describe the bug
Hello
I’m unable to init a nuxt3 project, I get the error:
ERROR Invalid template name: undefined
I tried on another machine with node@14 and I’m getting the same error
Reproduction
Simply run:
npx nuxi init app-test
Additional context
No response
Logs
No response
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Invalid template file magento2.3.0 - Magento Stack Exchange
Installed it using command line interface. But when i tired to run it show me error like. Exception #0 (Magento\Framework\Exception\ ...
Read more >How can I troubleshoot Azure ARM template validation errors?
Log into the azure portal portal.azure.com. Open the Activity log. Find the record with Operation Name of Validate in the list of activities ......
Read more >Common errors | npm Docs
Broken npm installation; Random errors; No compatible version found ... Not found / Server error; Invalid JSON; Many ENOENT / ENOTEMPTY errors in...
Read more >Cannot install advance application to Process Server because of ...
Using BPM Advanced 856 on Linux there was a an issue while installing advance ... Application 'APPLICATION_NAME_BLA' Template (name, valid from (UTC), ...
Read more >Template::Error (undefined method `name' for nil:NilClass ...
ActionView::Template::Error (undefined method `name' for nil:NilClass) rendering issue pages after upgrade ... Resolution: Invalid, Affected version: 2.6.1 ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
for anyone else who has this problem, here’s a quick way to get it to work (by using a previous version of nuxi) :
@leku451 When using npx it should pick latest however you can force with
npx nuxi@latest init