We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm submitting a ... (check one with "x")
Current behavior:
Executing npm run test produces an error that stops tests from being run.
npm run test
ERROR in multi ./node_modules/bootstrap/dist/css/bootstrap.css ./node_modules/typeface-exo/index.css ./node_modules/roboto-fontface/css/roboto/roboto-fontface.css ./node_modules/ionicons/scss/ionicons.scss ./node_modules/font-awesome/scss/font-awesome.scss ./node_modules/socicon/css/socicon.css ./node_modules/nebular-icons/scss/nebular-icons.scss ./node_modules/pace-js/templates/pace-theme-flash.tmpl.css ./src/app/@theme/styles/styles.scss Module not found: Error: Can't resolve 'C:\Users\Gabriel\Documents\Github\dizco\ngx-admin\node_modules\font-awesome\scss\font-awesome.scss' in 'C:\Users\Gabriel\Documents\Github\dizco\ngx-admin' @ multi ./node_modules/bootstrap/dist/css/bootstrap.css ./node_modules/typeface-exo/index.css ./node_modules/roboto-fontface/css/roboto/roboto-fontface.css ./node_modules/ionicons/scss/ionicons.scss ./node_modules/font-awesome/scss/font-awesome.scss ./node_modules/socicon/css/socicon.css ./node_modules/nebular-icons/scss/nebular-icons.scss ./node_modules/pace-js/templates/pace-theme-flash.tmpl.css ./src/app/@theme/styles/styles.scss styles[4]
Expected behavior:
Tests should be executed normally, without errors.
Steps to reproduce:
npm install
npm test
Related code:
This has likely been introduced by #1798
npm, node, OS, Browser npm 6.4.1
Angular, Nebular ngx-admin 3.0.0
The text was updated successfully, but these errors were encountered:
Thanks @dizco - This just saved me hours of debugging!
Sorry, something went wrong.
... I got the same error because I renamed the project folder.
Solution: 1) Check your angular.json file 2) => look for "styles": [ ... and check all the paths inside this array
Successfully merging a pull request may close this issue.
Issue type
I'm submitting a ... (check one with "x")
Issue description
Current behavior:
Executing
npm run test
produces an error that stops tests from being run.Expected behavior:
Tests should be executed normally, without errors.
Steps to reproduce:
npm install
npm test
Related code:
This has likely been introduced by #1798
Other information:
npm, node, OS, Browser
npm 6.4.1
Angular, Nebular
ngx-admin 3.0.0
The text was updated successfully, but these errors were encountered: