-
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
Cannot read property 'toString' of null #108
Comments
@xmlking can you provide a repo that demonstrates this issue? |
i create new project following nx guild https://nx.dev/angular/getting-started/getting-started |
I have just experienced the same issue |
@jorgeucano @SanderElias I can see a fix has been merge but the error is still present: angom$ ng add @scullyio/init
Your global Angular CLI version (11.1.1) is greater than your local version (11.0.7). The local Angular CLI version is used.
To disable this warning use "ng config -g cli.warnings.versionMismatch false".
Installing packages for tooling via npm.
Installed packages for tooling via npm.
Cannot read property 'toString' of null
angom$ nx --version
11.1.5
angom$ node --version
v15.7.0 |
Having the same problem, but getting "cannot read property 'search' of null" |
🐞 Bug report
i am trying to add scullyio to an existing nrwl nx monorepo project (which is already angular 9 rc)
Cannot add @scullyio/init to my angular 9 project.
Description
🔬 Minimal Reproduction
💻Your Environment
Angular Version:
Scully Version:
🔥 Exception or Error
The text was updated successfully, but these errors were encountered: