-
Notifications
You must be signed in to change notification settings - Fork 8k
New issue
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
npm start err #1608
Comments
Same here
|
Installing [email protected] fixes the issue
angular/cli 1.7.3 and angular 5.2.9 |
Updating to latest node and npm fixed my issue... |
I update node to 9.10.1 and also npm i [email protected]. Still got the errors. |
I think it's related to yarn. I started over with node 9.10.1 without installing [email protected], and used |
Installed npm i [email protected] like said omardoma and now it compiles. |
Similar story here deleted package-lock.json
works |
Which node version is needed? |
fixed in v2.1.1 |
Date: 2018-03-27T01:39:49.113Z
Hash: 5b93ea88235bddf45e42
Time: 84831ms
chunk {charts.module} charts.module.chunk.js () 6.75 MB [rendered]
chunk {common} common.chunk.js (common) 88 kB [rendered]
chunk {components.module} components.module.chunk.js () 443 kB [rendered]
chunk {editors.module} editors.module.chunk.js () 1.56 MB [rendered]
chunk {forms.module} forms.module.chunk.js () 93.8 kB [rendered]
chunk {inline} inline.bundle.js (inline) 5.79 kB [entry] [rendered]
chunk {main} main.bundle.js (main) 420 kB [initial] [rendered]
chunk {maps.module} maps.module.chunk.js () 1.83 MB [rendered]
chunk {pages.module} pages.module.chunk.js () 711 kB [rendered]
chunk {polyfills} polyfills.bundle.js (polyfills) 1.65 MB [initial] [rendered]
chunk {scripts} scripts.bundle.js (scripts) 1.37 MB [initial] [rendered]
chunk {styles} styles.bundle.js (styles) 1.01 MB [initial] [rendered]
chunk {tables.module} tables.module.chunk.js () 2.53 MB [rendered]
chunk {ui-features.module} ui-features.module.chunk.js () 545 kB [rendered]
chunk {vendor} vendor.bundle.js (vendor) 12.6 MB [initial] [rendered]
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 E:\ngx-admin\node_modules@nebular\theme\components\checkbox_checkbox.
component.theme.scss (line 8, column 10)
The text was updated successfully, but these errors were encountered: