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

build ERROR #3

Closed
sqrtqiezi opened this issue Sep 4, 2016 · 2 comments
Closed

build ERROR #3

sqrtqiezi opened this issue Sep 4, 2016 · 2 comments

Comments

@sqrtqiezi
Copy link

sqrtqiezi commented Sep 4, 2016

下载后执行: npm run dev报错,先是缺了几个个依赖声明:
async-validator
throttle-debounce
wind-dom
babel-helper-vue-jsx-merge-props(这个报 babel-plugin-transform-vue-jsx@3.1.0依赖babel-helper-vue-jsx-merge-props@^2.0.0,但是预装了1.0.1)
babel-preset-es2015
css-loader

手动添加上述包,执行完成npm run dev,然后访问预览页面报如下错误:
Module build failed: Error: ENOENT: no such file or directory, open '<project-directory>/element/packages/dialog/node_modules/vue-popup/lib/popup.css'

@QingWei-Li
Copy link
Contributor

如果是 windows 下,参考 Makefile 文件里的 shell 脚本,要执行 lerna bootstrap 安装 packages 的依赖,后期会改掉,都放到 npm script 里

@sqrtqiezi
Copy link
Author

没注意看还有个Makefile,习惯性的先去瞅 package.js 里都有啥。已经将demo运行起来
It works awesome!

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