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

Trouble installing with gulp #6214

Closed
ryanmcgarvey opened this issue Feb 24, 2018 · 2 comments
Closed

Trouble installing with gulp #6214

ryanmcgarvey opened this issue Feb 24, 2018 · 2 comments
Labels

Comments

@ryanmcgarvey
Copy link

Trouble installing with gulp

I am able to install 2.2.13 with yarn and the semantic.json bellow. However, version 2.3.14 and above give me the following error:

Updating Semantic UI from 2.2.13 to 2.3.0
Updating ui definitions...
[17:23:07] 'install' errored after 12 ms
[17:23:07] Error: ENOENT: no such file or directory, stat './src/definitions'
    at Object.fs.statSync (fs.js:968:11)
    at Object.exports.copyDirSyncRecursive (/Users/ryanmcgarvey/workspace/capitalpitch/node_modules/wrench-sui/lib/wrench.js:244:23)
    at Gulp.module.exports (/Users/ryanmcgarvey/workspace/capitalpitch/node_modules/semantic-ui/tasks/install.js:112:14)
    at module.exports (/Users/ryanmcgarvey/workspace/capitalpitch/node_modules/orchestrator/lib/runTask.js:34:7)
    at Gulp.Orchestrator._runTask (/Users/ryanmcgarvey/workspace/capitalpitch/node_modules/orchestrator/index.js:273:3)
    at Gulp.Orchestrator._runStep (/Users/ryanmcgarvey/workspace/capitalpitch/node_modules/orchestrator/index.js:214:10)
    at Gulp.Orchestrator.start (/Users/ryanmcgarvey/workspace/capitalpitch/node_modules/orchestrator/index.js:134:8)

semantic.json

{
"base": "node_modules/semantic-ui/",
 "autoInstall": true,
 "paths": {
   "source": {
     "config": "src/theme.config",
     "definitions": "src/definitions/",
     "site": "src/site/",
     "themes": "src/themes/"
   },
   "output": {
     "packaged": "dist/",
     "uncompressed": "dist/components/",
     "compressed": "dist/components/",
     "themes": "dist/themes/"
   },
   "clean": "dist/"
 },
 "permission": false,
 "rtl": false
}
@y0hami
Copy link
Member

y0hami commented Feb 28, 2018

Take a look at this issue #4801

@stale
Copy link

stale bot commented May 29, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.

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

No branches or pull requests

2 participants