-
Notifications
You must be signed in to change notification settings - Fork 79
Ender.js doesnt build #5
Comments
I have the same issue. I tried git submodule update --init --recursive, but that seems to be an infinite loop of updating submodules |
i'm going to nuke our double-maintained build system in favor of ender-CLI (which is the way forward anyway). We've hit our submodule limit and we've come to realize they don't scale for how Ender uses them. Expect a fix for this within a day. |
we're planning on deprecating the make for building... I'll look into this however... in the mean time, it's better to use
also (incase you haven't already)
|
after doing npm install ender and then trying the ender -b script,bean I get this: node.js:116 throw e; // process.nextTick error, or 'error' event on first tick ^ Error: Cannot find module 'request' at Function._resolveFilename (module.js:290:11) at Function._load (module.js:242:25) at require (module.js:318:19) at Object. (/usr/local/lib/node/.npm/ender/0.0.3/package/bin/ender:4:15) at Module._compile (module.js:374:26) at Object..js (module.js:380:10) at Module.load (module.js:306:31) at Function._load (module.js:272:10) at Array. (module.js:393:10) at EventEmitter._tickCallback (node.js:108:26) |
try this:
|
FYI: it's not bad that you mistaken these names. We have a plan to resolve common modules. It's gonna be awesome, I promise. |
ok. i'm closing this out. we've completely removed the submodules in favor of the Ender CLI option. in the meantime, simply run ender -b and that will build the Jeesh. otherwise, atm, the CLI option requires you use the correct names. |
I think this should be reopened. I ran npm update and I still get the same issue: [jga] ~: ender -b bean,scriptjs,reqwest node.js:116 throw e; // process.nextTick error, or 'error' event on first tick ^ Error: Cannot find module 'request' at Function._resolveFilename (module.js:290:11) at Function._load (module.js:242:25) at require (module.js:318:19) at Object. (/usr/local/lib/node/.npm/ender/0.0.6/package/bin/ender:4:15) at Module._compile (module.js:374:26) at Object..js (module.js:380:10) at Module.load (module.js:306:31) at Function._load (module.js:272:10) at Array. (module.js:393:10) at EventEmitter._tickCallback (node.js:108:26) |
Also seeing the same as above. |
Still outputs Cannot find module 'request'? |
Sorry, ender requires the request package, but we forgot to add it to our decencies... should be added now, just npm update and you'll be good. |
Now I get: ⚡ ender -b bean,scriptjs,reqwest Building the Dragon Army with 3 modules module bean already installed ✓ module scriptjs already installed ✓ module reqwest already installed ✓ main source for reqwest was not found at the repository URL main source for bean was not found at the repository URL main source for scriptjs was not found at the repository URL |
@benschwarz when you type this, what do you get?
|
⚡ npm ls installed | grep ender npm info it worked if it ends with ok npm info using npm@0.2.3 npm ok ender@0.0.7 =ded =fat active installed latest remote |
When installing using just
Worked fine when I declared the packages :) |
yep, you need to specify which packages you want to build
|
if you update to the lastest build -- and you want the default jeesh... you can run:
|
Whoops! I must have gotten confused with the "upgrade in small portions" section where it shows the Thanks for the help. |
make doesnt work with latest ender.js
The text was updated successfully, but these errors were encountered: