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

Unable to create ngt project #7

Closed
GitPilot opened this issue Oct 18, 2016 · 2 comments
Closed

Unable to create ngt project #7

GitPilot opened this issue Oct 18, 2016 · 2 comments

Comments

@GitPilot
Copy link

When running following command

ngt new PROJECT-NAME --bootstrap

I get the followning error

create-commands.js:10 var pathData = blueprint.extractNameData(projectDestination);
TypeError: blueprint.extractNameData is not a function
at Object.createCommands.newProject

@GitPilot
Copy link
Author

Please check "blueprint.extractNameData(blueprintName)" references in code, they are not valid anymore.

@nik-lus
Copy link
Contributor

nik-lus commented Oct 20, 2016

Error was created by the previous refactor but is now fixes with the v1.4 release.

'npm i angular-cli-tools' will fix the problem with the update

Valid test suite up next on the agenda so that this doesn't happen again.

Thanks for the heads up.

@nik-lus nik-lus closed this as completed Oct 20, 2016
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

No branches or pull requests

2 participants