Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkTangCd committed May 14, 2022
1 parent db57e47 commit 37c613c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 20 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lerna-debug.log
26 changes: 6 additions & 20 deletions lerna-debug.log
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
0 silly argv {
0 silly argv _: [ 'bootstrap' ],
0 silly argv lernaVersion: '4.0.0',
0 silly argv '$0': '/usr/local/lib/node_modules/pnpm-global/5/node_modules/lerna/cli.js'
0 silly argv }
1 notice cli v4.0.0
2 verbose rootPath /Users/marktang/MarkTangProject/open-source/dapp-cli
3 error JSONError: Unexpected token "}" (0x7D) in JSON at position 651 while parsing near ".../../utils/utils\",\n },\n \"bugs\": {\n \"..." in models/package/package.json
3 error
3 error   26 | "dependencies": {
3 error   27 | "@dapp-cli/utils": "file:../../utils/utils",
3 error > 28 | },
3 error   | ^
3 error   29 | "bugs": {
3 error   30 | "url": "https://github.com/MarkTangCd/dapp-cli/issues"
3 error   31 | }
3 error
3 error at parseJson (/usr/local/lib/node_modules/pnpm-global/5/node_modules/.pnpm/[email protected]/node_modules/parse-json/index.js:29:21)
3 error at parse (/usr/local/lib/node_modules/pnpm-global/5/node_modules/.pnpm/[email protected]/node_modules/load-json-file/index.js:15:9)
3 error at module.exports (/usr/local/lib/node_modules/pnpm-global/5/node_modules/.pnpm/[email protected]/node_modules/load-json-file/index.js:18:47)
55 error Error: Command failed with exit code 128: git tag v1.0.1 -m v1.0.1
55 error fatal: tag 'v1.0.1' already exists
55 error at makeError (/usr/local/lib/node_modules/pnpm-global/5/node_modules/.pnpm/[email protected]/node_modules/execa/lib/error.js:60:11)
55 error at handlePromise (/usr/local/lib/node_modules/pnpm-global/5/node_modules/.pnpm/[email protected]/node_modules/execa/index.js:118:26)
55 error at processTicksAndRejections (internal/process/task_queues.js:95:5)
55 error at async Promise.all (index 0)

0 comments on commit 37c613c

Please sign in to comment.