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
> [email protected] bundle /Users/konsumer/Downloads/three-jsnext-master/examples/webgl_geometry_cube
> rollup -i main.js -o bundle.js -f iife
Treating './Three.js' as external dependency
Treating '../Three' as external dependency
Treating '../Three' as external dependency
Treating '../../Three' as external dependency
Treating '../../Three' as external dependency
Treating '../../Three' as external dependency
Treating '../../Three' as external dependency
Treating '../../Three' as external dependency
Treating '../Three' as external dependency
Treating '../Three' as external dependency
Treating '../Three' as external dependency
Treating '../Three' as external dependency
Treating '../Three' as external dependency
Treating '../Three' as external dependency
Treating '../Three' as external dependency
Treating '../Three' as external dependency
Treating '../Three' as external dependency
Treating '../Three' as external dependency
Treating '../Three' as external dependency
Treating '../Three' as external dependency
Treating '../Three' as external dependency
Treating '../Three' as external dependency
Treating '../Three' as external dependency
Treating '../Three' as external dependency
Treating '../../Three' as external dependency
Treating '../../Three' as external dependency
Treating '../../Three' as external dependency
Treating '../Three' as external dependency
Treating '../Three' as external dependency
Maximum call stack size exceeded
RangeError: Maximum call stack size exceeded
at place (/Users/konsumer/Downloads/three-jsnext-master/examples/webgl_geometry_cube/node_modules/rollup/www/ROLLUP/rollup/src/Bundle.js:321:66)
at Array.forEach (native)
at place (/Users/konsumer/Downloads/three-jsnext-master/examples/webgl_geometry_cube/node_modules/rollup/www/ROLLUP/rollup/src/Bundle.js:322:28)
at Array.forEach (native)
at place (/Users/konsumer/Downloads/three-jsnext-master/examples/webgl_geometry_cube/node_modules/rollup/www/ROLLUP/rollup/src/Bundle.js:322:28)
at Array.forEach (native)
at place (/Users/konsumer/Downloads/three-jsnext-master/examples/webgl_geometry_cube/node_modules/rollup/www/ROLLUP/rollup/src/Bundle.js:322:28)
at Array.forEach (native)
at place (/Users/konsumer/Downloads/three-jsnext-master/examples/webgl_geometry_cube/node_modules/rollup/www/ROLLUP/rollup/src/Bundle.js:322:28)
at Array.forEach (native)
Type rollup --help for help, or visit https://github.com/rollup/rollup/wiki
npm ERR! Darwin 14.5.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "bundle"
npm ERR! node v5.0.0
npm ERR! npm v3.3.12
npm ERR! code ELIFECYCLE
npm ERR! [email protected] bundle: `rollup -i main.js -o bundle.js -f iife`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] bundle script 'rollup -i main.js -o bundle.js -f iife'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the webgl_geometry_cube package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! rollup -i main.js -o bundle.js -f iife
npm ERR! You can get their info via:
npm ERR! npm owner ls webgl_geometry_cube
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/konsumer/Downloads/three-jsnext-master/examples/webgl_geometry_cube/npm-debug.log
I run sudo ulimit 10000000 to increase my ulimit, and it does the same thing.
OSX Yosemite.
node v5.0.0
npm 3.3.12
The text was updated successfully, but these errors were encountered:
I am trying to use the example in
webgl_geometry_cube
as a base for a new project. I start by making a package.json that looks like this:When I run
npm run bundle
I get this error:I run
sudo ulimit 10000000
to increase my ulimit, and it does the same thing.OSX Yosemite.
node v5.0.0
npm 3.3.12
The text was updated successfully, but these errors were encountered: