disable-devtool icon indicating copy to clipboard operation
disable-devtool copied to clipboard

fix package.json format

Open lbhfuture opened this issue 2 years ago • 0 comments

yarn build error with message:

⨯ node_modules.Dependency.Dependencies: ReadMapCB: expect { or n, but found ", error found in #10 byte of ...|encies": ""
}|..., bigger context ...|"
    },
    "homepage": "",
    "dependencies": ""
}|...

Because of a invalid format of dependencies in package.json, it should be a object {}, as yours is string "".

lbhfuture avatar Sep 15 '23 05:09 lbhfuture