-
Notifications
You must be signed in to change notification settings - Fork 24
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
Couldn't install and run the server locally #12
Comments
That's quite detailed! I'm not sure about the For the error msg while running |
I don't think npm and node version is the problem here. I suspect it's related to vue cli only. |
After a closer look, I see that you have two problems:
To address (2), we shouldn't ask you to install |
Makes perfect sense. Will do that tomorrow. |
Hey!! Thank you @henryz00 and @jieyouxu Actually, for my work, I did install the Vue-CLI globally. Removed all the node_modules and in the package.json, I removed the
Might be @jieyouxu. And Vue version is 2.9.6 |
I've tried to look for more info on this. This doesn't look like a What's really happening here is that the
@k-sai-kiranmayee If you have the time, perhaps you could try to use a more recent Node version (i.e. latest LTS version) and more recent NPM version (the one that comes with the Node LTS version). I think they patched some error reporting in newer versions. That way, even if it does error out, at least we get to know why and how it failed and so we can try to help you. |
Hello! :)
What is done:
What is seen:
vue-fusioncharts
was the one.Versions/Machine configurations:
Node - 8.9.4
npm - 5.6.0
Windows - OS 10
Thank you!
The text was updated successfully, but these errors were encountered: