-
Notifications
You must be signed in to change notification settings - Fork 634
Closed
Labels
Description
Version
latest
Operating System
MacOS - Apple Silicon
Browser
NA
What are the steps to reproduce this bug?
npx create-webiny-project webiny-cms
to an empty folder
What is the expected behavior?
App should start the base.
What do you see instead?
Additional information
Copy pasting the whole output
Initializing a new Webiny project in /Users/pranavburnwal/playground/webiny-cms...
✔ Prepare project folder
✔ Setup yarn
✖ Install template package
→ Error: ENOENT: no such file or directory, stat '/Users/pranavburnwal/playground/webiny-cms/.yarn/releases/yarn-3.6.4.cjs'
Initialize git
ERROR OUTPUT:
----------------------------------------
Command failed with exit code 1: yarn add @webiny/cwp-template-aws@latest
Internal Error: ENOENT: no such file or directory, stat '/Users/pranavburnwal/playground/webiny-cms/.yarn/releases/yarn-3.6.4.cjs'
Error: ENOENT: no such file or directory, stat '/Users/pranavburnwal/playground/webiny-cms/.yarn/releases/yarn-3.6.4.cjs'
SYSTEM INFORMATION:
----------------------------------------
Operating System: darwin
Node: 18.16.0
Yarn: N/A
create-webiny-project: 5.38.2
Template: N/A
Template Options: {}
Please open an issue including the error output at https://github.com/webiny/webiny-js/issues/new.
You can also get in touch with us on our Slack Community: https://www.webiny.com/slack
Writing log to /Users/pranavburnwal/playground/cwp-logs.txt...
Cleaning up generated files and folders...
Done.
Possible solution
No response