royibernthal Posted February 24, 2018 Share Posted February 24, 2018 I'm getting a gulp error when I'm trying to compile the latest bjs source via gulp run: Quote Error: Cannot find module 'gulp-typedoc' at Function.Module._resolveFilename (module.js:469:15) at Function.Module._load (module.js:417:25) at Module.require (module.js:497:17) at require (internal/module.js:20:19) at Object.<anonymous> (D:\GitHub\Babylon.js\Tools\Gulp\gulpfile.js:28:15) at Module._compile (module.js:570:32) at Object.Module._extensions..js (module.js:579:10) at Module.load (module.js:487:32) at tryModuleLoad (module.js:446:12) at Function.Module._load (module.js:438:3) Am I missing something? Quote Link to comment Share on other sites More sharing options...
brianzinn Posted February 24, 2018 Share Posted February 24, 2018 Looks like you are just missing the NPM for 'gulp-typedoc'. Did you run npm install or were there errors there? I ran the typedocs a few days ago, but not latest. Sometimes you need to remove node_modules and try again. Quote Link to comment Share on other sites More sharing options...
dbawel Posted February 24, 2018 Share Posted February 24, 2018 Also, did you run a "yarn install"? DB Quote Link to comment Share on other sites More sharing options...
royibernthal Posted February 25, 2018 Author Share Posted February 25, 2018 I did a hard reset to the repo and didn't notice it (naturally) deleted my node_modules folder. npm install solved this of course. Thanks brianzinn and GameMonetize 2 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.