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
Usage
This is a project template for vue-cli. It is recommended to use npm 3+ or yarn for a more efficient dependency tree.
$ npm install -g vue-cli
$ vue init pwa my-project //AT THIS POINT I GET AN ERROR SAYING THAT I NEED TO "npm install -g @vue/cli-init". Is this step missing in the docs? o am I doing something wrong?.
Also when doing init pwa, there is a warning about
npm WARN deprecated [email protected]: CoffeeScript on NPM has moved to "coff
eescript" (no hyphen)
$ cd my-project
$ npm install
$ npm run dev
The text was updated successfully, but these errors were encountered:
OK so i follow the instructions in the main page:
Usage
This is a project template for vue-cli. It is recommended to use npm 3+ or yarn for a more efficient dependency tree.
$ npm install -g vue-cli
$ vue init pwa my-project //AT THIS POINT I GET AN ERROR SAYING THAT I NEED TO "npm install -g @vue/cli-init". Is this step missing in the docs? o am I doing something wrong?.
Also when doing init pwa, there is a warning about
$ cd my-project
$ npm install
$ npm run dev
The text was updated successfully, but these errors were encountered: