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 just cloned the repository and then I did npm install,
and while I do ng server
it gives me error:
`ERROR in ./node_modules/raw-loader!./node_modules/postcss-loader/lib??embedded!./node_modules/sass-loader/lib/loader.js??ref--8-3!./src/app/@theme/styles/styles.scss
Module build failed:
undefined
^
Mixins may not be defined within control directives or other mixins.
in D:\test\node_modules@nebular\theme\components\checkbox_checkbox.component.theme.scss (line 8, column 10)
webpack: Failed to compile.`
I could not understand the issue, Please help
The text was updated successfully, but these errors were encountered:
I just cloned the repository and then I did npm install,
and while I do
ng server
it gives me error:
`ERROR in ./node_modules/raw-loader!./node_modules/postcss-loader/lib??embedded!./node_modules/sass-loader/lib/loader.js??ref--8-3!./src/app/@theme/styles/styles.scss
Module build failed:
undefined
^
Mixins may not be defined within control directives or other mixins.
in D:\test\node_modules@nebular\theme\components\checkbox_checkbox.component.theme.scss (line 8, column 10)
webpack: Failed to compile.`
I could not understand the issue, Please help
The text was updated successfully, but these errors were encountered: