Cannot create nuxt-app using yarn 1.13.0
See original GitHub issueHi there, with the current create-nuxt app (2.4.2) is does not seem possible that I can create a project from scratch using yarn. I tried the below code and yarn create nuxt-app nuxttest
same errors as shown below
If I can provide any other relevant information let me know. there was no template for issues. Can definitely be a yarn bug but i ran yarn create react-app
with 0 issues
yarn create nuxt-app
yarn create v1.13.0
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
warning "@vue/cli > @vue/cli-ui > graphql-tag@2.10.1" has unmet peer dependency "graphql@^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0".
warning "@vue/cli > @vue/cli-ui > graphql-type-json@0.2.1" has unmet peer dependency "graphql@>=0.8.0".
[4/4] 🔨 Building fresh packages...
success Installed "create-nuxt-app@2.4.2" with binaries:
- create-nuxt-app
env: node\r: No such file or directory
error Command failed.
Exit code: 127
Command: /usr/local/bin/create-nuxt-app
Arguments:
Directory: /Users/zain/projects
Output:
note: runs as expected using the equivalent npx
based command
Issue Analytics
- State:
- Created 5 years ago
- Comments:13 (7 by maintainers)
Top Results From Across the Web
Installation - Nuxt
To get started quickly, you can use create-nuxt-app . Make sure you have installed yarn, npx (included by default with npm v5.2+) or...
Read more >vue.js - Can't create a fresh Nuxt project? - Stack Overflow
The error message shows the problem: error babel-jest@27.0.6: The engine "node" is incompatible with this module. Expected version "^10.13.0 ...
Read more >yarn create vite error | The AI Search Engine You Control
I'm trying to create a frontend project in Vite, using the yarn create vite command, but I'm getting the following error: error with...
Read more >@storybook/react-native-server | Yarn - Package Manager
A better way to develop React Native Components for your app ... With Storybook for React Native you can design and develop individual...
Read more >create-nuxt-app - npm
Create a Nuxt.js App in seconds.. Latest version: 5.0.0, last published: 3 months ago. Start using create-nuxt-app in your project by ...
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 Free
Top 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
Fixed, thanks ☺️
Thanks! Much appreciated!
Sent from Yahoo Mail for iPhone
On Wednesday, March 6, 2019, 2:20 PM, Xin Du (Clark) notifications@github.com wrote:
A CRLF issue when publishing under windows , sorry for the inconvenience
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.