Open TaeKimJR opened 4 years ago
Can you pleeeaaasssseee merge this
This needs to be merged as many times build fails because of this. Please merge
please merge
@lihaiJett @vcgupta @bribrah if you still need it, I have pushed a fixed version of it https://www.npmjs.com/package/jsv-fixed
⨯ node_modules.Dependency.Dependencies: ReadMapCB: expect { or n, but found [, error found in #10 byte of ...|ncies" : [], "main|..., bigger context ...|/garycourt/JSV.git" } ], "dependencies" : [], "main" : "lib/jsv.js", "keywords" : ["json"|...
The
dependencies
field of thepackage.json
was a type of array, butnpm
specifies it as an object type.This came up as I was trying to use
electron-builder
and others saw a similar issue with other packages: https://github.com/electron-userland/electron-builder/issues/3050