gpujs / benchmark

Benchmarking Tool for [GPU.js](https://github.com/gpujs/gpu.js)
https://gpu.rocks
MIT License
24 stars 1 forks source link

Browserify build failing #7

Open harshkhandeparkar opened 4 years ago

harshkhandeparkar commented 4 years ago
/mnt/Data/.githubProjects/gpujs/benchmark/build.js:7
    if (err) throw err;
             ^

Error: Cannot find module './utils' from '/mnt/Data/.githubProjects/gpujs/benchmark/node_modules/gpu.js/dist'
    at /mnt/Data/.githubProjects/gpujs/benchmark/node_modules/browser-resolve/node_modules/resolve/lib/async.js:55:21
    at load (/mnt/Data/.githubProjects/gpujs/benchmark/node_modules/browser-resolve/node_modules/resolve/lib/async.js:69:43)
    at onex (/mnt/Data/.githubProjects/gpujs/benchmark/node_modules/browser-resolve/node_modules/resolve/lib/async.js:92:31)
    at /mnt/Data/.githubProjects/gpujs/benchmark/node_modules/browser-resolve/node_modules/resolve/lib/async.js:22:47
    at FSReqWrap.oncomplete (fs.js:153:21)

NOTE: The dist files are not included since v2.1.0. This issue will be addressed ASAP.

harshkhandeparkar commented 4 years ago

@robertleeplummerjr

harshkhandeparkar commented 4 years ago

temporarily removed dist for the next minor