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

Yo Kraken Error #521

Open
blvck237 opened this issue Apr 12, 2020 · 9 comments
Open

Yo Kraken Error #521

blvck237 opened this issue Apr 12, 2020 · 9 comments

Comments

@blvck237
Copy link

I installed Kraken Js to my windows computer and tried creating a new project but received this error:
ReferenceError: primordials is not defined at fs.js:35:5

@Truth1984
Copy link

Truth1984 commented Apr 17, 2020

same with ubuntu 16.04

image

image

@nfers
Copy link

nfers commented Apr 29, 2020

I installed Kraken Js to my windows computer and tried creating a new project but received this error:
ReferenceError: primordials is not defined at fs.js:35:5

@marcosvaz
Copy link

I have the same issue, running in MacOS:
Error kraken

primordials is not defined

@sixlettervariables
Copy link
Contributor

Which version of NodeJS? I ran into this issue with Gulp v3 on Node v12 and downgraded to v10 to fix it.

@jerp86
Copy link

jerp86 commented Jul 10, 2020

I have the same issue, running in Ubuntu 18.04.4:

Error kraken

primordials is not defined

You mean I need to go back in time / downgrade my node.js so that lib works?

@sixlettervariables
Copy link
Contributor

Or pin graceful-fs to a version which works with your NodeJS version. I believe the issue is due to monkey patching nodes fs lib and that no longer working.

@marcosvaz
Copy link

I imagine that it should be tidied up in the library and not be done a downgrade or something, because everyone who tries to use that library, will get that error.

@i5on9i
Copy link

i5on9i commented Oct 14, 2020

Looks duplicate, see #509

@luisiceberg9
Copy link

Determining your Node version

node -v // or node --version
npm -v // npm version or long npm --version
Ensure that you have n installed

sudo npm install -g n // -g for global installation
Upgrading to the latest stable version

sudo n stable
Changing to a specific version

sudo n 10.24.0

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

8 participants