我正在使用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