Skip to content
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

Cannot GET / #10

Open
Timtech4u opened this issue Aug 29, 2017 · 5 comments
Open

Cannot GET / #10

Timtech4u opened this issue Aug 29, 2017 · 5 comments
Assignees

Comments

@Timtech4u
Copy link

I went through the installation guide and did 'npm run dev' while still using the default firebase config,
On localhost:8080 I got:
Cannot GET /

@Timtech4u
Copy link
Author

ERROR in .//babel-loader/lib!.//vue-loader/lib/selector.js?type=script&index=0!./client/App.vue
Module not found: Error: Can't resolve 'components/UI/Notifications' in '/home/timtech4u/Desktop/Projectz/restmeal/client'
@ .//babel-loader/lib!.//vue-loader/lib/selector.js?type=script&index=0!./client/App.vue 15:0-56
@ ./client/App.vue
@ ./client/app.js
@ ./client/index.js
@ multi ./build/dev-client ./client/index.js
Child html-webpack-plugin for "index.html":
Asset Size Chunks Chunk Names
index.html 1.48 MB 0

@pi-ron pi-ron self-assigned this Sep 11, 2017
@nkrvivek
Copy link

Same issue here. Webpack is not building.

ERROR in ./~/css-loader!./~/vue-loader/lib/style-compiler?{"id":"data-v-2393bda2","scoped":false,"hasInlineConfig":true}!./~/sass-loader/lib/loader.js!./~/vue-loader/lib/selector.js?type=styles&index=0!./client/components/layout/FooterBar.vue
Module build failed: 
  @media screen and (max-width: $tablet - 1px)
                               ^
      Undefined variable: "$tablet".
      in /Users/Vivek/Development/vuexfire-admin/node_modules/bulma/sass/utilities/mixins.sass (line 191, column 33)
 @ ./~/vue-style-loader!./~/css-loader!./~/vue-loader/lib/style-compiler?{"id":"data-v-2393bda2","scoped":false,"hasInlineConfig":true}!./~/sass-loader/lib/loader.js!./~/vue-loader/lib/selector.js?type=styles&index=0!./client/components/layout/FooterBar.vue 4:14-333 13:3-17:5 14:22-341
 @ ./client/components/layout/FooterBar.vue
 @ ./client/components/layout/index.js
 @ ./~/babel-loader/lib!./~/vue-loader/lib/selector.js?type=script&index=0!./client/App.vue
 @ ./client/App.vue
 @ ./client/app.js
 @ ./client/index.js
 @ multi ./build/dev-client ./client/index.js

ERROR in ./~/css-loader!./~/vue-loader/lib/style-compiler?{"id":"data-v-6d7f2ac1","scoped":true,"hasInlineConfig":true}!./~/sass-loader/lib/loader.js!./~/vue-loader/lib/selector.js?type=styles&index=0!./client/views/ui/Form.vue
Module build failed: 
  @media screen and (max-width: $tablet - 1px)
                               ^
      Undefined variable: "$tablet".
      in /Users/Vivek/Development/vuexfire-admin/node_modules/bulma/sass/utilities/mixins.sass (line 191, column 33)
 @ ./~/vue-style-loader!./~/css-loader!./~/vue-loader/lib/style-compiler?{"id":"data-v-6d7f2ac1","scoped":true,"hasInlineConfig":true}!./~/sass-loader/lib/loader.js!./~/vue-loader/lib/selector.js?type=styles&index=0!./client/views/ui/Form.vue 4:14-327 13:3-17:5 14:22-335
 @ ./client/views/ui/Form.vue
 @ ./client/views lazy ^\.\/.*\.vue$
 @ ./client/store/modules/menu/lazyLoading.js
 @ ./client/store/modules/menu/index.js
 @ ./client/store/index.js
 @ ./client/app.js
 @ ./client/index.js
 @ multi ./build/dev-client ./client/index.js
Child html-webpack-plugin for "index.html":
         Asset     Size  Chunks  Chunk Names
    index.html  1.48 MB       0  
webpack: Failed to compile.
> Listening at http://localhost:8080

@pi-ron
Copy link
Collaborator

pi-ron commented Oct 22, 2017

@nkrvivek this is an issue with Bulma, after npm install go into node_modules/bulma/sass/utilities/mixins.sass and add @import './variables' to the top.

@Timtech4u
Copy link
Author

It works now, You also need to change line 15 on ../client/App.vue to:
import Notifications from 'components/ui/Notifications'

@pi-ron can I be added to the contributors list so I can push my working repo with changes?

@pi-ron
Copy link
Collaborator

pi-ron commented Oct 30, 2017

@fundon Can we add Timtech4u please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants