You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
With @angular/core : 6.1.10
Having "angular-instantsearch": "^2.0.4" under "dependencies" of package.json,
Run the command: ng update @angular/core
The log given by the failure
Only got this one line: Cannot read property 'split' of null
Workaround
Temporarily remove "angular-instantsearch": "^2.0.4" from package.json, allows the update to proceed. After the update, put it back and run npm install
The text was updated successfully, but these errors were encountered:
Versions
Repro steps
With
@angular/core : 6.1.10
Having
"angular-instantsearch": "^2.0.4"
under"dependencies"
ofpackage.json
,Run the command:
ng update @angular/core
The log given by the failure
Only got this one line:
Cannot read property 'split' of null
Workaround
Temporarily remove
"angular-instantsearch": "^2.0.4"
frompackage.json
, allows the update to proceed. After the update, put it back and runnpm install
The text was updated successfully, but these errors were encountered: