-
-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ReferenceError: internalBinding is not defined #307
Labels
type/bug
Any issue which is a bug or PR which fixes a bug
type/build
Anything related to the build process
Comments
Here is something i found:
|
another clue is: from temp-folder:
and from project folder:
|
Clue lead to workaround: "dependencies": {
"fomantic-ui": "^2.6.4",
"gulp": "^3.9.1"
}, With this - our build works again. |
y0hami
added
type/bug
Any issue which is a bug or PR which fixes a bug
type/build
Anything related to the build process
labels
Dec 17, 2018
In the next release this issue seems to be fixed but the gulp task seems to hang after selecting the, I will look into this further when I get some time. @ColinFrick you may also want to have a look. |
y0hami
pushed a commit
that referenced
this issue
Dec 18, 2018
After using a prompt, the next gulp task hangs. Because we don't really need the prompt to be executed in a gulp pipe, we can just use Inquirer.js directly. Closes #307
y0hami
added
the
tag/next-release/nightly
Any issue which has a corresponding PR which has been merged and is available in the nightly build
label
Dec 18, 2018
y0hami
pushed a commit
that referenced
this issue
Dec 18, 2018
After using a prompt, the next gulp task hangs. Because we don't really need the prompt to be executed in a gulp pipe, we can just use Inquirer.js directly. Closes #307
This was referenced Dec 21, 2018
Merged
lubber-de
removed
the
tag/next-release/nightly
Any issue which has a corresponding PR which has been merged and is available in the nightly build
label
Dec 21, 2018
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
type/bug
Any issue which is a bug or PR which fixes a bug
type/build
Anything related to the build process
Bug Report
Trying to use Fomantic-UI in my npm project produces error
ReferenceError: internalBinding is not defined
.We have tracked the error to the vanilla installation of Fomantic-UI:
Steps to reproduce
Expected result
Interactive installer should be visible.
Actual result
Testcase
Screenshot (when possible)
Version
The text was updated successfully, but these errors were encountered: