my system is ubuntu 16.04
node 8.x npm 5.x
i execute this git clone vue-bulma and cnpm install , last cnpm run dev
the error like this :
ERROR in ./src/main.js
Module not found: Error: Cannot resolve 'file' or 'directory' ./demos/notifications in /home/devOs/code/vue-study/vue-admin/vue-bulma/src
@ ./src/main.js 131:21-53
ERROR in ./~/_vue-loader@9.9.5@vue-loader/lib/template-compiler.js?id=data-v-1877d490!./~/_vue-loader@9.9.5@vue-loader/lib/selector.js?type=template&index=0!./src/App.vue
template syntax error tag has no matching end tag.
ERROR in ./~/_vue-loader@9.9.5@vue-loader/lib/template-compiler.js?id=data-v-1895148a!./~/_vue-loader@9.9.5@vue-loader/lib/selector.js?type=template&index=0!./src/demos/Index.vue
template syntax error tag
has no matching end tag.
ERROR in ./~/_babel-loader@6.4.1@babel-loader/lib!./~/_vue-loader@9.9.5@vue-loader/lib/selector.js?type=script&index=0!./src/components/timeline/index.vue
Module not found: Error: Cannot resolve 'file' or 'directory' ./Timeline in /home/devOs/code/vue-study/vue-admin/vue-bulma/src/components/timeline
@ ./~/_babel-loader@6.4.1@babel-loader/lib!./~/_vue-loader@9.9.5@vue-loader/lib/selector.js?type=script&index=0!./src/components/timeline/index.vue 7:16-37
ERROR in ./~/_babel-loader@6.4.1@babel-loader/lib!./~/_vue-loader@9.9.5@vue-loader/lib/selector.js?type=script&index=0!./src/components/timeline/index.vue
Module not found: Error: Cannot resolve 'file' or 'directory' ./Timelineitem in /home/devOs/code/vue-study/vue-admin/vue-bulma/src/components/timeline
@ ./~/_babel-loader@6.4.1@babel-loader/lib!./~/_vue-loader@9.9.5@vue-loader/lib/selector.js?type=script&index=0!./src/components/timeline/index.vue 11:20-45
my system is ubuntu 16.04 node 8.x npm 5.x i execute this git clone vue-bulma and cnpm install , last cnpm run dev the error like this :
ERROR in ./src/main.js Module not found: Error: Cannot resolve 'file' or 'directory' ./demos/notifications in /home/devOs/code/vue-study/vue-admin/vue-bulma/src @ ./src/main.js 131:21-53
ERROR in ./~/_vue-loader@9.9.5@vue-loader/lib/template-compiler.js?id=data-v-1877d490!./~/_vue-loader@9.9.5@vue-loader/lib/selector.js?type=template&index=0!./src/App.vue template syntax error tag has no matching end tag.
ERROR in ./~/_vue-loader@9.9.5@vue-loader/lib/template-compiler.js?id=data-v-1895148a!./~/_vue-loader@9.9.5@vue-loader/lib/selector.js?type=template&index=0!./src/demos/Index.vue template syntax error tag
ERROR in ./~/_babel-loader@6.4.1@babel-loader/lib!./~/_vue-loader@9.9.5@vue-loader/lib/selector.js?type=script&index=0!./src/components/timeline/index.vue Module not found: Error: Cannot resolve 'file' or 'directory' ./Timeline in /home/devOs/code/vue-study/vue-admin/vue-bulma/src/components/timeline @ ./~/_babel-loader@6.4.1@babel-loader/lib!./~/_vue-loader@9.9.5@vue-loader/lib/selector.js?type=script&index=0!./src/components/timeline/index.vue 7:16-37
ERROR in ./~/_babel-loader@6.4.1@babel-loader/lib!./~/_vue-loader@9.9.5@vue-loader/lib/selector.js?type=script&index=0!./src/components/timeline/index.vue Module not found: Error: Cannot resolve 'file' or 'directory' ./Timelineitem in /home/devOs/code/vue-study/vue-admin/vue-bulma/src/components/timeline @ ./~/_babel-loader@6.4.1@babel-loader/lib!./~/_vue-loader@9.9.5@vue-loader/lib/selector.js?type=script&index=0!./src/components/timeline/index.vue 11:20-45
I have a patch to fix these errors, apply it with
git apply
, paste the following and then pressctrl + d
: