You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On installing semantic-ui, I get the following error:
|
> [email protected] install /Users/lachlan/.go/src/github.com/lox/xyz/node_modules/semantic-ui
> gulp install
module.js:338
throw err;
^
Error: Cannot find module 'clone'
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:278:25)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.<anonymous> (/Users/lachlan/.go/src/github.com/lox/xyz/node_modules/gulp-util/node_modules/vinyl/index.js:2:13)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
The text was updated successfully, but these errors were encountered:
Just tested on ubuntu with npm install semantic-ui and its working for me. If you have a package.json setup for your project try rming node_modules and re-installing with npm update
If you are still getting the issue, do you have any more info. Do you have other dependencies in the project? What platform?
On installing semantic-ui, I get the following error:
The text was updated successfully, but these errors were encountered: