You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module.js:593
throw err;
^
SyntaxError: /Users/aban/Documents/半撇私塾课程/BPteach-EDU-Chanllenger/book.json: Unexpected token / in JSON at position 173
at JSON.parse (<anonymous>)
at Object.Module._extensions..json (module.js:590:27)
at Module.load (module.js:490:32)
at tryModuleLoad (module.js:449:12)
at Function.Module._load (module.js:441:3)
at Module.require (module.js:500:17)
at require (internal/module.js:20:19)
at BookConfig (/Users/aban/.nvm/versions/node/v7.1.0/lib/node_modules/gitbook-summary/lib/bookJson.js:10:18)
at init (/Users/aban/.nvm/versions/node/v7.1.0/lib/node_modules/gitbook-summary/lib/summary/index.js:29:22)
at Array.init (/Users/aban/.nvm/versions/node/v7.1.0/lib/node_modules/gitbook-summary/lib/summary/index.js:51:13)
相关的配置信息:
Mac
Node版本:7.1.0
npm版本:3.10.9
Gitbook CLI 版本: 2.3.2
The text was updated successfully, but these errors were encountered:
Hi:
感谢你的共享的插件。我在部署的过程中,因为默认
book sm
会把node module 和_book的都收录到目录里面,想要把这两个目录排除,因此我在book.json
中增加了如下代码:但是再次运行book sm的时候,提示以下错误:
相关的配置信息:
The text was updated successfully, but these errors were encountered: