You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] No repository field.
Also found that the installation process seems to be veeeeery slow for all the examples
How can I overcome this?
The text was updated successfully, but these errors were encountered:
I just pushed a bunch of fixes.
The errors were mostly due to the examples relying on the root level's source code and would not work if copy-pasted anywhere else, or if npm install was not run first at the root level.
There were also some module names that needed to be updated.
At least boilerplate, mano-js-example and xmm-processor seem to be working fine on my machine now.
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 [email protected] No repository field.
Also found that the installation process seems to be veeeeery slow for all the examples
How can I overcome this?
The text was updated successfully, but these errors were encountered: