-
Notifications
You must be signed in to change notification settings - Fork 76
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
Build failed, @import 'onsenui/stylus/components #7
Comments
Exact same thing for me... |
This guy https://community.onsen.io/user/rolandkofler actually gave a good hint that fix this issue. After executing this command - npm install [email protected] built was successful Comment in full: |
Hi, The issue is still there with the proposal. Please check your solution. BR/ |
I ran into the same issue. Executing
fixed the issue for me. |
@jackswiggett solution worked! |
I ran into this problem but 2.0.4 did not fix it. |
Downgrading onsen version worked for me... thanks. |
I just downgrading to 2.10.5, and work out, thanks |
npm install
nom start
ERROR in ./
/css-loader!.//postcss-loader!./~/stylus-loader?paths=node_modules!./stylus/index.stylModule build failed: Error: reWeather/stylus/index.styl:69:9
65| $material-tabbar-highlight-color = #26a69a
66| $fab-text-color = #ffffff
67| $fab-background-color = #13bde2
68|
69| @import 'onsenui/stylus/components'
---------------^
70|
71| .list__item__subtitle
72| opacity 1
failed to locate @import file onsenui/stylus/components.styl
The text was updated successfully, but these errors were encountered: