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
Failing to build the project generator frontend after generating the commandLine binary, although npm run start seems to work.
Anything I can find re. primordials not being found seems to be node version related... Any thoughts?
> projectGenerator@0.0.1 build C:\Users\bryan\source\repos\openFrameworks\apps\projectGenerator\frontend
> electron-packager . $npm_package_productName --icon=static/icon/of.icns --out=dist --ignore='dist' --ignore='readme.md' --prune --all --overwrite --version=0.30.0
fs.js:39
} = primordials;
^
ReferenceError: primordials is not defined
at fs.js:39:5
at req_ (C:\Users\bryan\source\repos\openFrameworks\apps\projectGenerator\frontend\node_modules\natives\index.js:143:24)
at Object.req [as require] (C:\Users\bryan\source\repos\openFrameworks\apps\projectGenerator\frontend\node_modules\natives\index.js:55:10)
at Object.<anonymous> (C:\Users\bryan\source\repos\openFrameworks\apps\projectGenerator\frontend\node_modules\fs-extra\node_modules\graceful-fs\fs.js:1:37)
at Module._compile (internal/modules/cjs/loader.js:1147:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1167:10)
at Module.load (internal/modules/cjs/loader.js:996:32)
at Function.Module._load (internal/modules/cjs/loader.js:896:14)
at Module.require (internal/modules/cjs/loader.js:1036:19)
at require (internal/modules/cjs/helpers.js:72:18)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! projectGenerator@0.0.1 build: `electron-packager . $npm_package_productName --icon=static/icon/of.icns --out=dist --ignore='dist' --ignore='readme.md' --prune --all --overwrite --version=0.30.0`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the projectGenerator@0.0.1 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\bryan\AppData\Roaming\npm-cache\_logs\2020-03-08T21_12_34_102Z-debug.log
The text was updated successfully, but these errors were encountered:
Failing to build the project generator frontend after generating the commandLine binary, although
npm run start
seems to work.Anything I can find re. primordials not being found seems to be node version related... Any thoughts?
The text was updated successfully, but these errors were encountered: