Error using Express.js package, alternatives?

So im trying to do this tutorial using Meteor: How To Scrape a Website Using Node.js and Puppeteer | DigitalOcean.

I’m getting this error on startup
Error: Cannot find module 'express' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:364:17) at require (module.js:380:17) at Object.Npm.require (C:\Users\main\Desktop\Meteor Apps\opplanes\.meteor\local\build\programs\server\boot.js:130:18) at Package (packages/glittershark:meteor-express/express-meteor.js:1:1) at C:\Users\main\Desktop\Meteor Apps\opplanes\.meteor\local\build\programs\server\packages\glittershark_meteor-express.js:30:4 at C:\Users\main\Desktop\Meteor Apps\opplanes\.meteor\local\build\programs\server\packages\glittershark_meteor-express.js:39:3 at C:\Users\main\Desktop\Meteor Apps\opplanes\.meteor\local\build\programs\server\boot.js:222:10 at Array.forEach (native) Exited with code: 8

Im using the glittershark:meteor-express package to try and integrate express with meteor. Heres a link to the code: Paste.ee - View paste ktlzx. Any ideas? Any suggestions on how to achieve the same result without using Express?

I haven’t examined the package you use, but you do not need the package to use Meteor.js and express.js.

Starting with Meteor 3, Express.js will be part of the webapp package.