-
Notifications
You must be signed in to change notification settings - Fork 459
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
Comments
I installed Kraken Js to my windows computer and tried creating a new project but received this error: |
I have the same issue, running in MacOS: primordials is not defined |
Which version of NodeJS? I ran into this issue with Gulp v3 on Node v12 and downgraded to v10 to fix it. |
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? |
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. |
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. |
Looks duplicate, see #509 |
Determining your Node version node -v // or node --version sudo npm install -g n // -g for global installation sudo n stable sudo n 10.24.0 |
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
The text was updated successfully, but these errors were encountered: