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

Missing dev script #2

Open
tmst opened this issue Dec 25, 2018 · 1 comment
Open

Missing dev script #2

tmst opened this issue Dec 25, 2018 · 1 comment

Comments

@tmst
Copy link

tmst commented Dec 25, 2018

npm run dev:

npm ERR! missing script: dev
`package.json`:

{
  "name": "gae-vue-webapp2-starter",
  "version": "1.0.0",
  "description": "A simple application for [Google App Engine](https://appengine.google.com/), using [Vue.js](https://vuejs.org/) on the frontend and [Webapp2](https://webapp2.readthedocs.io/) on the backend. This project can be deployed on Google AppEngine Python Standard Environment.",
  "main": "index.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Valmoz/gae-vue-webapp2-starter.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Valmoz/gae-vue-webapp2-starter/issues"
  },
  "homepage": "https://github.com/Valmoz/gae-vue-webapp2-starter#readme"
}
@valmoz
Copy link
Owner

valmoz commented Jun 30, 2019

Hi @tmst I just tried to clone the repo from scratch and "npm run dev" worked without problems.
Please, check to be in the app folder and launch "npm install" before trying to run the Vue app.

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