Creating my first Vue.js app with WebStorm

USER

I am trying to create my first app ever on Mac with WebStorm. But I am getting the following

error

I installed all the needed packages as recommended by JetBrains.

packages

Aboualy

Here is my suggestion from my previous installation

  1. First install vue-cli with with the following command

    npm i @vue/cli -g

The following commands generated some issues in my case:

npm install -g vue-cli 

For the old version: npm i vue-cli -g

To prevent permissions errors while installing vue-cli

  • Back-up your computer before you start.
  • Make a directory for global installations: mkdir ~/.npm-global

  • Configure npm to use the new directory path: npm config set prefix '~/.npm-global'

  • Open or create a ~/.profile file and add this line: export PATH=~/.npm-global/bin:$PATH

  • Back on the command line, update your system variables: source ~/.profile

2. Install WebStorm Early Access Program

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

creating My first Django App

From Dev

Why my first load data axios is return 404 Vue Js?

From Dev

How do I publish my first Node.js app?

From Dev

How to integrate WebStorm with Vue.js

From Dev

Creating a night theme for my app

From Dev

Run node.js app remotely on WebStorm?

From Dev

Debugging node.js app in webstorm

From Dev

Issue when creating my first CocoaPod

From Dev

Problems with creating my First android application

From Dev

Errors creating my first spring mvc project

From Dev

My first APP, Cordova and iOS

From Dev

My First App keeps crashing

From Dev

Beginner error in my first app

From Dev

Creating a RESTful api for my Ionic app

From Dev

My App crashes upon creating Sqlite DB

From Dev

Shortcut to create automatic tags for JS and CSS files in my project in WebStorm

From Dev

How do I start an Angular JS app in WebStorm?

From Dev

My JS only my first event is firing

From Dev

unfortunately my app has stopped (my first app in android)

From Dev

Vue js is not working in my laravel

From Dev

My app engine app is not automatically creating default bucket

From Dev

NPM error creating new app on Sails js

From Dev

My first Android app crashes when rotated

From Dev

my first app has stopped working error

From Dev

My First android app crashing and clicking a button

From Dev

android button - my first app error

From Dev

Organizing my first iOS app's UI

From Dev

Error with the creating of my first vector [Visual studio 2013]

From Dev

Creating my first NoSQL database - avoiding duplication of data?