Skip to content

npm build fails in node v13.10.1 #238

@whoisbma

Description

@whoisbma

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?

> [email protected] 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! [email protected] 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 [email protected] 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions