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
Path must be a string
As a frontend developer, I want to be able to run the command yo helix:add Name Prefix as mentioned in the documentation.
yo helix:add Name Prefix
The generator runs without any issues and creates the nessesary files
Some files are created, but the script ends up with the following error:
I installed the yo and generator-helix packages globally.
yo
generator-helix
npm install -g yo generator-helix
Then, in an empty folder, I issued the command yo helix:add Name Prefix
When prompted I just hit enter to select the default choice.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
User story
As a frontend developer, I want to be able to run the command
yo helix:add Name Prefix
as mentioned in the documentation.Expected behavior
The generator runs without any issues and creates the nessesary files
Actual behavior
Some files are created, but the script ends up with the following error:
Steps to reproduce the behavior
I installed the
yo
andgenerator-helix
packages globally.npm install -g yo generator-helix
Then, in an empty folder, I issued the command
yo helix:add Name Prefix
When prompted I just hit enter to select the default choice.
The text was updated successfully, but these errors were encountered: