enduro_website
enduro_website copied to clipboard
configuration issue
Hi, i am newbie. i am trying to config enduro.js demo at local but i face error during run this demo ( Unhandled rejection Error: Cannot find module 'marked'
at Function.Module._resolveFilename (module.js:485:15)
at Function.Module._load (module.js:437:25)
at Module.require (module.js:513:17)
at require (internal/module.js:11:18)
at Object.
Hey, could you try running npm i
in the project folder?
marked is a dependency(adds markdown) and needs to be installed.