Created
October 19, 2017 21:04
-
-
Save IamManchanda/e71216ca9d085e91928160c9f50b6022 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| error in ./assets/scss/grid/horizontal.scss | |
| Module build failed: | |
| @include xy-grid-container(); | |
| ^ | |
| No mixin named xy-grid-container | |
| Backtrace: | |
| stdin:6 | |
| in /opt/lampp/htdocs/udemy/vue-bootcamp/workflow/nuxt-vue-foundation/assets/scss/grid/horizontal.scss (line 6, column 12) | |
| @ ./assets/scss/grid/horizontal.scss 4:14-214 13:3-17:5 14:22-222 | |
| @ ./node_modules/babel-loader/lib?{"babelrc":false,"cacheDirectory":true,"presets":["/opt/lampp/htdocs/udemy/vue-bootcamp/workflow/nuxt-vue-foundation/node_modules/babel-preset-vue-app/dist/index.common.js"]}!./node_modules/vue-loader/lib/selector.js?type=script&index=0&bustCache!./.nuxt/App.vue | |
| @ ./.nuxt/App.vue | |
| @ ./.nuxt/index.js | |
| @ ./.nuxt/client.js | |
| @ multi webpack-hot-middleware/client?name=client&reload=true&timeout=3000&path=/__webpack_hmr ./.nuxt/client.js | |
| error in ./assets/scss/grid/vertical.scss | |
| Module build failed: | |
| @include xy-grid-frame(true); | |
| ^ | |
| No mixin named xy-grid-frame | |
| Backtrace: | |
| stdin:6 | |
| in /opt/lampp/htdocs/udemy/vue-bootcamp/workflow/nuxt-vue-foundation/assets/scss/grid/vertical.scss (line 6, column 12) | |
| @ ./assets/scss/grid/vertical.scss 4:14-212 13:3-17:5 14:22-220 | |
| @ ./node_modules/babel-loader/lib?{"babelrc":false,"cacheDirectory":true,"presets":["/opt/lampp/htdocs/udemy/vue-bootcamp/workflow/nuxt-vue-foundation/node_modules/babel-preset-vue-app/dist/index.common.js"]}!./node_modules/vue-loader/lib/selector.js?type=script&index=0&bustCache!./.nuxt/App.vue | |
| @ ./.nuxt/App.vue | |
| @ ./.nuxt/index.js | |
| @ ./.nuxt/client.js | |
| @ multi webpack-hot-middleware/client?name=client&reload=true&timeout=3000&path=/__webpack_hmr ./.nuxt/client.js | |
| error in ./assets/scss/_settings.scss | |
| Module build failed: | |
| @import 'util/util'; | |
| ^ | |
| File to import not found or unreadable: util/util. | |
| Parent style sheet: stdin | |
| in /opt/lampp/htdocs/udemy/vue-bootcamp/workflow/nuxt-vue-foundation/assets/scss/_settings.scss (line 63, column 1) | |
| @ ./assets/scss/_settings.scss 4:14-204 13:3-17:5 14:22-212 | |
| @ ./node_modules/babel-loader/lib?{"babelrc":false,"cacheDirectory":true,"presets":["/opt/lampp/htdocs/udemy/vue-bootcamp/workflow/nuxt-vue-foundation/node_modules/babel-preset-vue-app/dist/index.common.js"]}!./node_modules/vue-loader/lib/selector.js?type=script&index=0&bustCache!./.nuxt/App.vue | |
| @ ./.nuxt/App.vue | |
| @ ./.nuxt/index.js | |
| @ ./.nuxt/client.js | |
| @ multi webpack-hot-middleware/client?name=client&reload=true&timeout=3000&path=/__webpack_hmr ./.nuxt/client.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment