如何在早午餐中使用npm模块

时间:2015-08-30 19:50:56

标签: node.js browserify brunch

我正在使用Brunch.io,我尝试在客户端使用npm模块(在这种情况下为https://github.com/dylang/shortid)。 shortid说它与browserify兼容,所以我尝试了很多东西,包括

  • 使用以下命令浏览化模块:

    browserify -r ./index.js:shortid > /project/vendor/shortid.js
    
  • 并在应用程序代码中使用它:

    var shortid = require("shortid"); 
    

网页出现以下错误:

 TypeError: require.register is not a function
 TypeError: loaderPath.indexOf is not a function

0 个答案:

没有答案