bsb-native icon indicating copy to clipboard operation
bsb-native copied to clipboard

Breaks when global installed + local install

Open bsansouci opened this issue 5 years ago • 0 comments

>npm run build

> reprocessing-example@ build C:\projects\reprocessing-example
> bsb -make-world -verbose

BSB check build spec : Dependencies information missing
Package bs-platform -> C:\projects\reprocessing-example\node_modules\bs-platform
 bs-platform version mismatch Running bsb (...\AppData\Roaming\npm\node_modules\bs-platform)2.1.1 vs vendored (C:\projects\reprocessing-example\node_modules\bs-platform)4.0.1
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! reprocessing-example@ build: `bsb -make-world -verbose`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the reprocessing-example@ build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     ...\AppData\Roaming\npm-cache\_logs\2018-07-27T18_02_52_243Z-debug.log

bsansouci avatar Jul 27 '18 18:07 bsansouci