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
@if [ -z$$(which node) ] ;thenecho'Abort: You need `node` to build angular2-localstorage. Try `sudo man apt-get install nodejs nodejs-legacy`';exit 1;fi
@if [ -z$$(which npm) ] ;thenecho'Abort: You need `npm` to build angular2-localstorage. See: https://www.npmjs.com/';exit 1;fi