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

Fail when 'npm run dev' on Linux CentOS server #609

Closed
jakub-wisniewski opened this issue Oct 13, 2017 · 1 comment
Closed

Fail when 'npm run dev' on Linux CentOS server #609

jakub-wisniewski opened this issue Oct 13, 2017 · 1 comment

Comments

@jakub-wisniewski
Copy link

I develop Vue.js project on Windows 10. It works fine when I run 'npm run dev' command inside init folder.

When I copied this same folder on Linux CentOS server I got an error after running this command:

17 error Linux 3.10.0-327.22.2.el7.x86_64
18 error argv "/data/myproject/application/node/bin/node" "/data/myproject/application/node/bin/npm" "run" "dev"
19 error node v6.11.4
20 error npm v3.10.10
21 error code ELIFECYCLE
22 error vue-mdl-login-component@1.0.0 dev: node build/dev-server.js
22 error Exit status 1
23 error Failed at the vue-mdl-login-component@1.0.0 dev script 'node build/dev-server.js'.
23 error Make sure you have the latest version of node.js and npm installed.
23 error If you do, this is most likely a problem with the vue-mdl-login-component package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error node build/dev-server.js
23 error You can get information on how to open an issue for this project with:
23 error npm bugs vue-mdl-login-component
23 error Or if that isn't available, you can get their info via:
23 error npm owner ls vue-mdl-login-component
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]

I have all installed: node.js, npm, vue-cli (globally)

@posva
Copy link
Member

posva commented Oct 13, 2017

Hi, thanks for your interest but Github issues are for bug reports and feature requests only. You can ask questions on the forum, the Discord server, gitter or StackOverflow.


This is not related to vue-cli. It seems to be related to vue-mdl-login-component

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

2 participants