Skip to content

npm build fails in node v13.10.1 #238

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?

> 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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