Socket
Book a DemoInstallSign in
Socket

em-project-dev

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

em-project-dev

Project builder (gulp based)

npmnpm
Version
0.0.7
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

uninstall webpack and webpack-dev-server from global!!!
sudo npm -g uninstall webpack webpack-dev-server

in ubo project 
package.json 
dependencies
replace em-project-builder with  the following
 
"em-project-dev": "0.0.6"



rm -rf node_modules
npm install
bower install
cex install

create gulpradu.js with the following content
'use strict'
require('em-project-dev')({
    localGulp: require('gulp'),
    projectDir: __dirname
});


or 
cp defaults/package.json -> ubo-frontend/package.json
cp defaults/gulpradu.js -> ubo-frontend/gulpradu.js


then run : 
gulp --gulpfile=gulpradu.js --env=dev serve

FAQs

Package last updated on 30 Mar 2017

Did you know?

Socket

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