-
Notifications
You must be signed in to change notification settings - Fork 257
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
projectRoot missing in "scully.json" due to fs_extra_1.pathExists is not a function #28
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This appears to be caused by |
But nothing from Scully. |
Adding |
- rename config file in error message to 'scully.config.js' Fixes scullyio#28
Thanks for the PR! Good find. |
Not sure. I'm on macOS Catalina running the following Angular CLI: 9.0.0-rc.6
Node: 12.13.0
OS: darwin x64
Angular: 9.0.0-rc.6
... animations, cli, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router, service-worker
Ivy Workspace: Yes
Package Version
-----------------------------------------------------------
@angular-devkit/architect 0.900.0-rc.6
@angular-devkit/build-angular 0.900.0-rc.6
@angular-devkit/build-optimizer 0.900.0-rc.6
@angular-devkit/build-webpack 0.900.0-rc.6
@angular-devkit/core 9.0.0-rc.6
@angular-devkit/schematics 9.0.0-rc.6
@angular/cdk 9.0.0-rc.5
@angular/fire 5.2.3
@angular/material 9.0.0-rc.5
@ngtools/webpack 9.0.0-rc.6
@schematics/angular 9.0.0-rc.6
@schematics/update 0.900.0-rc.6
rxjs 6.5.3
typescript 3.6.4
webpack 4.41.2 |
- rename config file in error message to 'scully.config.js' Fixes #28
Steps to Reproduce
ng add @scullyio/init
ng build
npm run scully
Error
Looking at my
scully.config.js
file:The
projectRoot
is defined and seems to be correct for my repo.Since I don't have any routes that have params, do I need to define
routes: {}
inscully.config.js
?The error message seems to be referring to the wrong file name?
scully.json
The text was updated successfully, but these errors were encountered: