Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(create): invoke correct path when using scoped package (#6271)
* fix(create): invoke correct path when using scoped package When running yarn create, first the package is installed globally, however after installing create was attempting to invoke the binary from within a scope folder that did not exists. The corrects the path resolution to invoke the binary from the actual place it was installed to. fixes #6266 * Update create.js
- Loading branch information