We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93e7c7 commit c29567aCopy full SHA for c29567a
core/cb.addons/addon.js
@@ -122,7 +122,7 @@ var Addon = function(_rootPath, options) {
122
var addonPath = this.root;
123
124
// R.js bin
125
- var rjs = path.resolve(__dirname, "../../node_modules/.bin/r.js");
+ var rjs = path.resolve(__dirname, "../../node_modules/requirejs/bin/r.js");
126
127
// Path to the require-tools
128
var requiretoolsPath = path.resolve(__dirname, "require-tools");
0 commit comments