Skip to content
This repository has been archived by the owner on May 26, 2019. It is now read-only.

marked baseUrls is not defined #46

Open
ckc opened this issue Jan 26, 2018 · 2 comments
Open

marked baseUrls is not defined #46

ckc opened this issue Jan 26, 2018 · 2 comments

Comments

@ckc
Copy link

ckc commented Jan 26, 2018

When I start up by supervisor(Found that conf file using --use_strict), show the following error:
(No show run node start.js or ./start.js)

ReferenceError: baseUrls is not defined
at /srv/kbckc/www/node_modules/marked/lib/marked.js:1147:10
at Object. (/srv/kbckc/www/node_modules/marked/lib/marked.js:1313:4)
at Module._compile (module.js:643:30)
at Object.Module._extensions..js (module.js:654:10)
at Module.load (module.js:556:32)
at tryModuleLoad (module.js:499:12)
at Function.Module._load (module.js:491:3)
at Module.require (module.js:587:17)
at require (internal/module.js:11:18)
at Object. (/srv/kbckc/www/md.js:10:14)
at Module._compile (module.js:643:30)
at Object.Module._extensions..js (module.js:654:10)
at Module.load (module.js:556:32)
at tryModuleLoad (module.js:499:12)
at Function.Module._load (module.js:491:3)
at Module.require (module.js:587:17)

should I add value to marked? or check any others?

@zqfmaster
Copy link

marked": "0.3.9" 改为 "marked": "0.3.6" 就可以了。

@kl2422
Copy link

kl2422 commented Jan 4, 2019

解决了吗?我改了0.3.6还是不行

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants