-
Notifications
You must be signed in to change notification settings - Fork 1
Description
I've been trying to install the mano-js example and been having some problems. For instance, after npm install of boilerplate got a bundle error.
[sensors-monitor] src/client/index.js: successfully transpiled to "dist/client/index.js" (158ms) [sensors-monitor] src/client/mobile.js: successfully transpiled to "dist/client/mobile.js" (43ms) [sensors-monitor] src/server/index.js: successfully transpiled to "dist/server/index.js" (42ms) [sensors-monitor] public/bundle.js: bundle start [sensors-monitor] public/bundle.js: bundle error \> Cannot find module 'basic-controllers' from '/Users/francisco/Documents/Development/RAPID-MIX/mano-js/examples/boilerplate/dist/client' npm notice created a lockfile as package-lock.json. You should commit this file. npm WARN sensors-monitor@1.0.0 No repository field.
Also found that the installation process seems to be veeeeery slow for all the examples
How can I overcome this?