search

Home  >  Q&A  >  body text

jquery - jPlayer 在node.js 怎么加载?

npm下载包

npm install jplayer --save-dev

加载

import 'jplayer';

错误提示

TypeError: Cannot set property 'jPlayer' of undefined

各种姿势都不对, 有谁用过这个库吗?
我看他源码是有做node.js兼容的啊

阿神阿神2865 days ago645

reply all(1)I'll reply

  • 黄舟

    黄舟2017-04-17 14:53:01

    Shouldn’t Nodejs use require() to introduce modules?

    var jplayer = require("jplayer");

    reply
    0
  • Cancelreply