-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
0.56.11 fails to install correctly #724
Labels
Comments
jasrusable
changed the title
0.56.11 fails to install correctly - build fails with sh: 1: gulp: not found
0.56.11 fails to install correctly
Oct 22, 2016
Same here - for now I am referencing the /src directory and running it through babel. |
Looks like the dist is missing. I'm away from a computer at the moment but I'll publish a fix shortly. |
This issue is fixed however, I'm wrestling a test that is suddenly failing only on CI. Hang tight while I triage. There will be no updated release until the tests pass, of course. |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I cannot get 0.56.11 to install.
The following command
npm install --save [email protected]
runs successfully, however, semantic-ui-react does not seem to actually be built thereafter. (There is no dist directory in ./node_modules/semantic-ui-react)
Steps
npm install --save [email protected]
Expected Result
semantic-ui-react to have been importable.
Actual Result
Cannot import from semantic-ui-react.
Version
0.56.11
The text was updated successfully, but these errors were encountered: