You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@skillnull, this issue is a symptom of issue #3664 which you also commented on to say you have that problem as well. That issue #3664 was fixed and closed about a month ago so update your version of Vue CLI and all should be ok.
Version
3.6.3
Environment info
Steps to reproduce
Vue CLI v3.6.3
✨ Creating project in /Users/liyafei/Work/skillnull/vue-power-popup.
🗃 Initializing git repository...
⚙ Installing CLI plugins. This might take a while...
audited 23519 packages in 25.38s
found 0 vulnerabilities
🚀 Invoking generators...
📦 Installing additional dependencies...
audited 23519 packages in 6.8s
found 0 vulnerabilities
⚓ Running completion hooks...
📄 Generating README.md...
🎉 Successfully created project vue-power-popup.
👉 Get started with the following commands:
$ cd vue-power-popup
$ npm run serve
➜ skillnull cd vue-power-popup
➜ vue-power-popup git:(master) ✗ ll
total 752
-rw-r--r-- 1 liyafei staff 147B 4 27 15:44 README.md
-rw-r--r-- 1 liyafei staff 367K 4 27 15:44 package-lock.json
-rw-r--r-- 1 liyafei staff 213B 4 27 15:44 package.json
➜ vue-power-popup git:(master) ✗ npm run serve
npm ERR! missing script: serve
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/liyafei/.npm/_logs/2019-04-27T07_49_43_174Z-debug.log
What is expected?
Complete project structure.
What is actually happening?
There are only three files:
README.md
package-lock.json
package.json
The text was updated successfully, but these errors were encountered: