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

0.56.11 fails to install correctly #724

Closed
jasrusable opened this issue Oct 22, 2016 · 4 comments · Fixed by #728
Closed

0.56.11 fails to install correctly #724

jasrusable opened this issue Oct 22, 2016 · 4 comments · Fixed by #728
Labels

Comments

@jasrusable
Copy link

jasrusable commented Oct 22, 2016

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

  1. Install version 0.56.11

npm install --save [email protected]

Expected Result

semantic-ui-react to have been importable.

Actual Result

Cannot import from semantic-ui-react.

> require('semantic-ui-react')
Error: Cannot find module 'semantic-ui-react'
    at Function.Module._resolveFilename (module.js:469:15)
    at Function.Module._load (module.js:417:25)
    at Module.require (module.js:497:17)
    at require (internal/module.js:20:19)
    at repl:1:1
    at sigintHandlersWrap (vm.js:22:35)
    at sigintHandlersWrap (vm.js:96:12)
    at ContextifyScript.Script.runInThisContext (vm.js:21:12)
    at REPLServer.defaultEval (repl.js:313:29)
    at bound (domain.js:280:14)
> 

Version

0.56.11

@jasrusable 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
@wmelani
Copy link

wmelani commented Oct 22, 2016

Same here - for now I am referencing the /src directory and running it through babel.

@levithomason
Copy link
Member

Looks like the dist is missing. I'm away from a computer at the moment but I'll publish a fix shortly.

@levithomason
Copy link
Member

levithomason commented Oct 23, 2016

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.

@levithomason
Copy link
Member

[email protected] is published.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants