Socket
Socket
Sign inDemoInstall

em-project-builder

Package Overview
Dependencies
67
Maintainers
5
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    em-project-builder

Project builder (gulp based)


Version published
Weekly downloads
40
increased by8.11%
Maintainers
5
Created
Weekly downloads
 

Readme

Source

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

FAQs

Last updated on 16 Aug 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc