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

ReferenceError: primordials is not defined, graceful-fs #3

Closed
csaden opened this issue Oct 1, 2019 · 4 comments
Closed

ReferenceError: primordials is not defined, graceful-fs #3

csaden opened this issue Oct 1, 2019 · 4 comments

Comments

@csaden
Copy link
Contributor

csaden commented Oct 1, 2019

ReferenceError: primordials is not defined

I'm running into a build error. Looks like a problem is related to an outdated fs-extra running [email protected]. Based on another GitHub issue comment, it looks like the error would go away when running at least graceful@4.

├─┬ [email protected]
│ └─┬ [email protected]
│   ├── [email protected]
│   └─┬ [email protected]
│     └── [email protected]
[07:25:20] ReferenceError: primordials is not defined
    at fs.js:27:35
    at req_ (/Users/distiller/veritas-design-system/node_modules/natives/index.js:143:24)
    at Object.req [as require] (/Users/distiller/veritas-design-system/node_modules/natives/index.js:55:10)
    at Object.<anonymous> (/Users/distiller/veritas-design-system/node_modules/sassdoc-theme-flippant/node_modules/graceful-fs/fs.js:1:37)
    at Module._compile (internal/modules/cjs/loader.js:759:30)
    at Module._compile (/Users/distiller/veritas-design-system/node_modules/pirates/lib/index.js:99:24)
    at Module._extensions..js (internal/modules/cjs/loader.js:770:10)
    at Object.newLoader [as .js] (/Users/distiller/veritas-design-system/node_modules/pirates/lib/index.js:104:7)
    at Module.load (internal/modules/cjs/loader.js:628:32)
    at Function.Module._load (internal/modules/cjs/loader.js:555:12)
    at Module.require (internal/modules/cjs/loader.js:666:19)
    at require (internal/modules/cjs/helpers.js:16:16)
    at Object.<anonymous> (/Users/distiller/veritas-design-system/node_modules/sassdoc-theme-flippant/node_modules/graceful-fs/graceful-fs.
@dbox
Copy link
Owner

dbox commented Oct 1, 2019

Wanna submit a pr for this?

@csaden
Copy link
Contributor Author

csaden commented Oct 1, 2019

Yes, working on it now. I need permissions to push a branch to this repo.

@csaden
Copy link
Contributor Author

csaden commented Oct 1, 2019

Hi, I have the PR ready. I cloned the repo but I'm getting the following error when I try to push up my branch.

> git push origin chore/update-dependencies
remote: Permission to dbox/flippant.git denied to csaden.
fatal: unable to access 'https://github.com/dbox/flippant.git/': The requested URL returned error: 403

@dbox
Copy link
Owner

dbox commented Oct 1, 2019

you can just fork it then sumbit a pr

@dbox dbox closed this as completed Oct 1, 2019
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