Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Gulp is not install with npm install #4

Closed
deltakosh opened this issue Apr 26, 2015 · 2 comments
Closed

Gulp is not install with npm install #4

deltakosh opened this issue Apr 26, 2015 · 2 comments

Comments

@deltakosh
Copy link
Contributor

No description provided.

@latentflip
Copy link
Contributor

Gulp is installed, it's just not installed globally, as a dependency of an npm package cannot be installed globally.

This means that gulp is available to npm scripts (look at the build scripts in package.json) but you cannot just type gulp at the command line without installing it yourself.

I'm going to add a section to the docs today that will explain that if you want to run gulp commands directly you will need to install it globally.

@latentflip
Copy link
Contributor

Expanded the docs about gulp, this is probably closeable now.

deltakosh pushed a commit that referenced this issue Jun 5, 2015
Chargement progressif du dom
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants