-
Notifications
You must be signed in to change notification settings - Fork 99
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
不能在WINDOWS下运行么 #37
Comments
这个错看上去是因为 node_modules 没装全,把 node_modules 删掉再 |
@furybean 试过多次,不行,而且整个搜索过程中,没有找到需要装这个包的信息 另外package.json里vue和vue-i18n是peerDependencies,在npm3下,不会自动安装, |
windows下有不少问题,建议先更新 package.json 里的包。至少现在还没有在windows下跑起来,提示: linux下能跑。 另外,可否和cooking一样有个demo站? package.json模块已更新: |
+1 |
在windows平台下,主要有两个地方有问题
2.webpack.config.js文件中/node_modules/的路径问题 |
对于npm 3.0以上版本对peerDependencies直接忽略了 |
总算在windows平台下编译运行起来了 |
有没有搞错,这么久都还没改过来,windows下还是有问题,KPI产物? |
@transtone 你好,我也遇到了下面这个错误,请问你最后在windows上解决了该问题吗? |
我按照下面的步骤已经在windows上编译运行起来了
|
示例不能在WINDOWS下运行么,WIN7安装过程中会报错,【prepublish】运行会报错,删除此命令后,安装无错误,但是运行npm run dev时,
ERROR in Cannot find module 'normalize-url'
@ ./examples/markdown.css 4:14-79 13:2-17:4 14:20-85
The text was updated successfully, but these errors were encountered: