-
Notifications
You must be signed in to change notification settings - Fork 256
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
Cannot read property 'search' of null #1402
Comments
I partly managed to backtrace the problem.
and here:
Scully's schematics are requiring the presence of @angular/core in the dependencies section of the package.json file. However, there is still something missing. Now, I'm receiving this error:
|
Another implicit requirement: the package.json file is required to provide a script section, as we can see here:
Therefore, I was able to add the schematics by adding:
to my package.json file |
@alessandro-tucci-visiontech Thanks for the thorough description. I'll be putting those issues on our to-do |
@Jefiozie Did we already address this in our schematic updates? |
No I don't think so, assigning it to me for investigation |
This seems also related to #1520. Not the same issue, but e might be able to solve both with the same solution. |
🐞 Bug report
ng add @scullyio/init
terminates uncorrectly withCannot read property 'search' of null
. I see that another similar issue was opened (#1168) but I'm not seeing any solution. W.r.t. this other issue (#1288), the name of my Angular project is something like xyz-showcase (yes, with the hyphen)Description
🔬 Minimal Reproduction
Just run
ng add @scullyio/init
on the already-existing Angular project where I want to integrate scully💻Your Environment
Angular Version:
Scully Version:
🔥 Exception or Error
The text was updated successfully, but these errors were encountered: