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

path must be a string. Received null #15

Closed
klh-ltd opened this issue Oct 10, 2016 · 3 comments
Closed

path must be a string. Received null #15

klh-ltd opened this issue Oct 10, 2016 · 3 comments

Comments

@klh-ltd
Copy link

klh-ltd commented Oct 10, 2016

While building the project getting error "path must be a string. Received null." This was not coming with previous version.

@klh-ltd
Copy link
Author

klh-ltd commented Oct 11, 2016

ng build works but ng build -w gives the error "path must be a string. Received null" TypeError: Path must be a string. Received Null at assert path (path.js:7:11)
at object.resolve (path.js: 184:7)

@DavideViolante
Copy link
Owner

Yes, this is an known issue of Angular-CLI beta 17: angular/angular-cli#2511
You can type for now ng build -o dist -w while they are fixing it.

@klh-ltd
Copy link
Author

klh-ltd commented Oct 12, 2016

Thank you, It worked.

@klh-ltd klh-ltd closed this as completed Oct 12, 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