Skip to content
New issue

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

Yarn requires version to install dependencies #29

Closed
wants to merge 1 commit into from
Closed

Yarn requires version to install dependencies #29

wants to merge 1 commit into from

Conversation

datlechin
Copy link
Contributor

Fixes #28

Changes proposed in this pull request:
Yarn requires version property to install dependencies

@askvortsov1 askvortsov1 reopened this Apr 28, 2022
Copy link
Member

@askvortsov1 askvortsov1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you!

@@ -1,6 +1,7 @@
{
"name": "@<%= params.packageName %>",
"private": true,
"version": "0.0.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, just one quick thing. Please add the "version" key to the "core" module in the scaffolder generation function:

'name',
'private',

@datlechin
Copy link
Contributor Author

datlechin commented Apr 28, 2022

Oops, maybe I need create new PR, I deleted this branch

@datlechin datlechin closed this Apr 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

warning: Missing version in workspace with yarn command
2 participants