-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New projects created with the UI not created properly #3664
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
Comments
Same error. |
I am facing the same issue on Manjaro 18.0.4, with: Node 11.11.0 I also know this to be a problem on Ubuntu 18.04, with: Node 11.12 |
Same issue. Project creation runs as expected from CLI, but using UI fails.
|
Same problem on up to date Arch Linux with
I am trying to setup https://www.sitepoint.com/creating-beautiful-charts-vue-chart-js/ and that very trivial initial setup project runs fine if I run Here is the "good" output using
Here is the "bad" output using UI:
|
Same error. |
I too am getting this now. New projects only create |
@hito read the words here. Clearly this bug has been fixed so it is likely you are running an older version of vue-cli. |
Hmm, just updated to v3.11.0 after reading this issue report. Tried creating another project and still have the same issue. The created package.json looks like this:
Trying to run npm run serve results in There are only three files in the project folder: |
Version
3.5.1
Environment info
Steps to reproduce
Create a starter app (I selected the following plugins: vue-router, vuex, node-sass, babel, eslint, unit-jest, e2e-nightwatch)
What is expected?
I expect that the UI will create the project folders (src, public ...) and also install the project dependencies.
What is actually happening?
Only the node_modules folder is visible, and no project dependencies are installed.
Create the starter app two times: 1) with vue create in a terminal 2) with vue ui. When you compare the projects, the app installed with the UI is incomplete. Running npm run serve results in an (obvious) error: missing serve script.
The text was updated successfully, but these errors were encountered: