marko-js-samples / marko-express

Sample Express-based server app that integrates the marko module for rendering a view
20 stars 16 forks source link

Add glob as dependency #5

Closed brandones closed 6 years ago

brandones commented 6 years ago

I was getting

~/Code/marko-express (master)$ npm i
added 137 packages, removed 424 packages and moved 23 packages in 7.812s
~/Code/marko-express (master)$ node server.js
module.js:529
    throw err;
    ^

Error: Cannot find module 'glob'
austinkelleher commented 6 years ago

Hey @brandones. Thanks for the PR. I was unable to reproduce the issue. marko-express does not have a direct dependency on glob. I tried this with both Node 8.8.0 / npm 5.4.2 and Node 4.7.0 / npm v2.15.11. What version of Node/npm are you using? Are you still seeing this issue? Thanks.

brandones commented 6 years ago

Hmm, I'm unable to repro. Thanks for following up on this, anyway.