riot-isomorphic-template icon indicating copy to clipboard operation
riot-isomorphic-template copied to clipboard

运行报错了

Open joket1999 opened this issue 8 years ago • 0 comments

> [email protected] start /Users/apple/Desktop/cheft-master
> node server

/Users/apple/Desktop/cheft-master/app/_components/breadcrumb/index.html:1
(function (exports, require, module, __filename, __dirname) { module.exports = riot.tag2('breadcrumb', '<section class="content-header"> <h1> {opts.name} <small></small> </h1> <ol class="breadcrumb"> <li><i class="fa fa-dashboard"></i> 主页</li> <li class="active">{opts.name}</li> </ol> </section>', '', '', function(opts) {
                                                                               ^

ReferenceError: riot is not defined
    at Object.<anonymous> (/Users/apple/Desktop/cheft-master/app/_components/breadcrumb/index.html:1:80)
    at Module._compile (module.js:397:26)
    at Object.require.extensions..html (/Users/apple/Desktop/cheft-master/lib/server.js:32:16)
    at Module.load (module.js:343:32)
    at Function.Module._load (module.js:300:12)
    at Module.require (module.js:353:17)
    at require (internal/module.js:12:17)
    at /Users/apple/Desktop/cheft-master/lib/server.js:45:21
    at Array.forEach (native)
    at recurse (/Users/apple/Desktop/cheft-master/lib/server.js:36:29)
    at /Users/apple/Desktop/cheft-master/lib/server.js:39:17
    at Array.forEach (native)
    at recurse (/Users/apple/Desktop/cheft-master/lib/server.js:36:29)
    at /Users/apple/Desktop/cheft-master/lib/server.js:39:17
    at Array.forEach (native)
    at recurse (/Users/apple/Desktop/cheft-master/lib/server.js:36:29)

npm ERR! Darwin 15.3.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "start"
npm ERR! node v5.4.1
npm ERR! npm  v3.3.12
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: `node server`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script 'node server'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the cheft package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node server
npm ERR! You can get their info via:
npm ERR!     npm owner ls cheft
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/apple/Desktop/cheft-master/npm-debug.log

joket1999 avatar Feb 20 '16 06:02 joket1999