Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot build #75

Open
rfestag opened this issue Jan 23, 2020 · 1 comment
Open

Cannot build #75

rfestag opened this issue Jan 23, 2020 · 1 comment

Comments

@rfestag
Copy link

rfestag commented Jan 23, 2020

When I follow the instructions to build and run browsix, I get the following error:

found 54 vulnerabilities (32 low, 7 moderate, 13 high, 2 critical)
  run `npm audit fix` to fix them, or `npm audit` for details
  TEST
fs.js:35
} = primordials;
    ^

ReferenceError: primordials is not defined
    at fs.js:35:5
   ...

I did do an npm audit fix --force, which got me to a different error

found 1 low severity vulnerability
  run `npm audit fix` to fix them, or `npm audit` for details
  TEST
assert.js:386
    throw err;
    ^

AssertionError [ERR_ASSERTION]: Task function must be specified

I'm not sure if this is a step forward or a step backward, but basically I can't seem to build and run browsix. Ideally, I'd actually just like to npm install browsix and have a set of instructions for creating my own apps. I started actually writing my own xterm.js that emulates bash, and am making some progress on that, but this seems like a more promising path to go

@vedantroy
Copy link

I encountered this error when trying to build Browsix. You can solve it by using an older version of node.

https://stackoverflow.com/questions/55921442/how-to-fix-referenceerror-primordials-is-not-defined-in-node

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants