You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can run the following command successfully and get the proper name of Example Service in this.options.name: yo my-generator:generate service "Example Service"
However, when I run the following command, the name is truncated as "Example in this.options.name: env.run('yo my-generator:generate service "Example Service"', {'skip-install': true}, function (err) {});
My package.json contains: "yeoman-environment": "^1.6.6" "yeoman-generator": "^1.0.1"
The text was updated successfully, but these errors were encountered:
I can run the following command successfully and get the proper
name
ofExample Service
inthis.options.name
:yo my-generator:generate service "Example Service"
However, when I run the following command, the
name
is truncated as"Example
inthis.options.name
:env.run('yo my-generator:generate service "Example Service"', {'skip-install': true}, function (err) {});
My
package.json
contains:"yeoman-environment": "^1.6.6"
"yeoman-generator": "^1.0.1"
The text was updated successfully, but these errors were encountered: