-
Notifications
You must be signed in to change notification settings - Fork 12k
Fresh --style=stylus install does not work / runtime error #2191
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
Comments
One of the problems is that the application is generated with a |
After re-reading the README, I believe this is a documentation error. In the CSS Preprocessor integration, it lists the three preprocessors supported by name (sass/scss, less, and stylus) and then gives an example of sass. This example works great if you substitute in the preprocessor names in the list above except stylus. The extension that angular-cli's expects for stylus files is |
+1 Same issue on me |
Project was failing to start. More info: angular/angular-cli#2191
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
os: darwin x64
ng --version
. If there's nothing outputted, please runin a Terminal:
node --version
and paste the result here:angular-cli: 1.0.0-beta.14
node: 6.1.0
do on your code? etc.
ng new notworkingapp --style=stylus
more information.
It says that style.css needs to be an array of strings or something. Just run the install and open the app. Adding a style to styles.styl results in another error.
The text was updated successfully, but these errors were encountered: