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
import {BootstrapGrowlService} from "ngx-bootstrap-growl";
import { BootstrapAlertType } from 'ngx-bootstrap-growl';
When I run npm run packagr, getting below error :
BUILD ERROR
ENOENT: no such file or directory, open 'F:\IdeaProjects\GCU_Project\GCU_Code_Base\sprint89_ANG5\gcu-sis.scholarship-web\node_modules\ngx-bootstrap-growl\src\bootstrap-alert-type.en
um.ts'
Error: ENOENT: no such file or directory, open 'F:\IdeaProjects\GCU_Project\GCU_Code_Base\sprint89_ANG5\gcu-sis.scholarship-web\node_modules\ngx-bootstrap-growl\src\bootstrap-alert-
type.enum.ts'
I ran npm install --save ngx-bootstrap-growl command on my project but I have not map this to my systemjs.config.js file.
The text was updated successfully, but these errors were encountered:
it seems that you ran the wrong install command. Try to install ngx-bootstrap-growl. Besides please import the AlertType directly from the lib and not from the concrete file. Let me know if it solved your issue.
I tried to import { BootstrapAlertType } from 'ngx-bootstrap-growl' like this also, still getting same error and to install growl used command npm install --save ngx-bootstrap-growl.
I have used below code to show growl message -
this.bootstrapGrowlService.addAlert("any custom message", BootstrapAlertType.SUCCESS);
and import for this is -
import {BootstrapGrowlService} from "ngx-bootstrap-growl";
import { BootstrapAlertType } from 'ngx-bootstrap-growl';
When I run npm run packagr, getting below error :
BUILD ERROR
ENOENT: no such file or directory, open 'F:\IdeaProjects\GCU_Project\GCU_Code_Base\sprint89_ANG5\gcu-sis.scholarship-web\node_modules\ngx-bootstrap-growl\src\bootstrap-alert-type.en
um.ts'
Error: ENOENT: no such file or directory, open 'F:\IdeaProjects\GCU_Project\GCU_Code_Base\sprint89_ANG5\gcu-sis.scholarship-web\node_modules\ngx-bootstrap-growl\src\bootstrap-alert-
type.enum.ts'
I ran npm install --save ngx-bootstrap-growl command on my project but I have not map this to my systemjs.config.js file.
The text was updated successfully, but these errors were encountered: