美文网首页
我在考虑

我在考虑

作者: 末远川 | 来源:发表于2023-03-01 18:36 被阅读0次

    NODE_ENV=production node -r esm server.js

    /shakespeare/server.js:1

    Error: Cannot find module './api/Ajax'

    Require stack:

    - /shakespeare/server.js

        at Object.<anonymous> (/shakespeare/server.js:1) {

      code: 'MODULE_NOT_FOUND',

      requireStack: [ '/shakespeare/server.js' ]

    }

    npm ERR! code ELIFECYCLE

    npm ERR! errno 1

    npm ERR! shakespeare@1.1.0 start: `NODE_ENV=production node -r esm server.js`

    npm ERR! Exit status 1

    npm ERR!

    npm ERR! Failed at the shakespeare@1.1.0 start script.

    npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

    npm ERR! A complete log of this run can be found in:

    npm ERR!    /root/.npm/_logs/2023-03-02T10_33_34_596Z-debug.log

    相关文章

      网友评论

          本文标题:我在考虑

          本文链接:https://www.haomeiwen.com/subject/feobprtx.html