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
I'm using main.ts as my app in configured in standalone mode. When I run ng add ngx-matomo-client regardless of how I specify the module, it does not find it.
This is what I've tried and the corresponding error messages.
command: ng add ngx-matomo-client --module ./src/main.ts
output:
Specified module './src/main.ts' does not exist.
Looked in the following directories:
/src/app/src/main.ts
/src/app/src
/src/app
/src
command: ng add ngx-matomo-client --module main.ts
output:
Specified module 'main.ts' does not exist.
Looked in the following directories:
/src/app/main.ts
/src/app
/src
command: ng add ngx-matomo-client --module /main.ts
output:
Specified module '/main.ts' does not exist.
Looked in the following directories:
/src/app/main.ts
/src/app
/src
The text was updated successfully, but these errors were encountered:
I'm using main.ts as my app in configured in standalone mode. When I run
ng add ngx-matomo-client
regardless of how I specify the module, it does not find it.This is what I've tried and the corresponding error messages.
ng add ngx-matomo-client --module ./src/main.ts
output:
ng add ngx-matomo-client --module main.ts
output:
ng add ngx-matomo-client --module /main.ts
output:
The text was updated successfully, but these errors were encountered: