elidoran / cosmos-browserify

Browserify npm modules for client side in Meteor packages
MIT License
78 stars 12 forks source link

unable to find module error #36

Closed aniketdd closed 8 years ago

aniketdd commented 8 years ago

Hi,

I am facing following error during my meteor app startup.

While processing files with cosmos:browserify (for target os.windows.x86_32): packages/apconic:app-depends/mui.browserify.js: Cannot find module './C:/Users/aa/AppData/Local/.meteor/packages/cosmos_browserify/0.9.2/plugin.CosmosBrowserify.os/npm/CosmosBrowserify/node_modules/browserify/node_modules/insert-module-globals/node_modules/is-buffer/index.js' from 'F:\source\vms\packages\app-depends.npm\package\node_modules\joi\lib'

any pointers to how to resolve it?

aniketdd commented 8 years ago

quirks of working on windows machine. It was resolved by moving meteor project folder to the same drive where meteor is installed. thanks.