1.1.16 • Published 7 years ago

em-project-builder v1.1.16

Weekly downloads
105
License
-
Repository
-
Last release
7 years ago

WINDOWS

Uninstall current nodejs

Install latest node (4.x)

Uninstall global babel (cmd)

npm uninstall -g babel

Be sure npm version is 2.x:

npm install -g npm@latest-2

Delete node_modules from project root

Open package.json and change em-project-builder version to 1.1.4 (or newer, if available):

  ...
  "dependencies": {
    "em-project-builder": "1.1.4",
    ...

Reinstall all required node modules:

npm install

Start the project:

gulp serve

LINUX

Delete node_modules from your project root

Be sure babel isn't installed globally:

npm uninstall -g babel

Be sure you are using the latest npm v2.x (npm v3.x isn't supported!):

npm install npm@latest-2

Reinstall all required modules - run the following command while in project root dir:

npm install
1.1.16

7 years ago

1.1.15

7 years ago

1.1.14

9 years ago

1.1.13

9 years ago

1.1.12

9 years ago

1.1.11

9 years ago

1.1.10

9 years ago

1.1.9

9 years ago

1.1.8

9 years ago

1.1.7

9 years ago

1.1.6

9 years ago

1.1.5

9 years ago

1.1.4

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.23

9 years ago

1.0.22

9 years ago

1.0.21

9 years ago

1.0.20

9 years ago

1.0.19

9 years ago

1.0.18

9 years ago

1.0.17

9 years ago

1.0.16

9 years ago

1.0.15

9 years ago

1.0.14

9 years ago

1.0.13

9 years ago

1.0.12

9 years ago

1.0.11

9 years ago

1.0.9

9 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago