vulcanjs-cli
vulcanjs-cli copied to clipboard
Install error
Running into this error when I try to install/update the CLI:
Sachas-MacBook-Pro-2:Dev sachagreif$ npm install -g vulcanjs-cli
npm ERR! Unexpected end of input at 1:21086
npm ERR! "test":"js/test"},"dist":{"shasum":"a9af79699742ac9a1b6fddc1fdbc78bc4
npm ERR! ^
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/sachagreif/.npm/_logs/2017-08-31T03_00_55_404Z-debug.log
@SachaG what happens when you run yarn global add vulcanjs-cli? I'm thinking that this might be an npm related issue
Oh that worked. Weird!
@SachaG hmmm. maybe you should update your npm then? It is very weird...