argelius / react-onsenui-redux-weather

Onsen UI sample app using Redux and React
https://onsen.io/
MIT License
121 stars 78 forks source link

Error running npm start #6

Closed ialbd closed 7 years ago

ialbd commented 7 years ago

Hi All,

just cloned this repo and ran 'npm start' after 'npm install'. Its failing with this:

ERROR in ./~/css-loader!./~/postcss-loader!./~/stylus-loader?paths=node_modules!./stylus/index.styl Module build failed: Error: /Users/ishtiaquelatif/Desktop/atb/atb-onsen/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| .listitemsubtitle 72| opacity 1

failed to locate @import file onsenui/stylus/components.styl

Any help on where 'onsenui/stylus/components.styl' is or how I can get try this boilerplate? Thanks in advance