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

package.json by using require('run-sequence').use(gulp); #88

Closed
jgoknowis opened this issue Apr 4, 2017 · 2 comments
Closed

package.json by using require('run-sequence').use(gulp); #88

jgoknowis opened this issue Apr 4, 2017 · 2 comments
Labels

Comments

@jgoknowis
Copy link

const runSequence = require('run-sequence').use(gulp);

How do i have to cite the dependencies in my package.json

package.json

"devDependencies": {
    "run-sequence": "1.2.2"
}

actually i get this in my build log

08:52:13 [ERROR] module.js:471
08:52:13 [ERROR]     throw err;
08:52:13 [ERROR]     ^
08:52:13 [ERROR] 
08:52:13 [ERROR] Error: Cannot find module 'run-sequence'
@OverZealous
Copy link
Owner

This seems like an NPM/Node issue. Make sure you've installed your dependencies.

@jgoknowis
Copy link
Author

U can see in package.json with collect all dependencies is run-squence. but nevertheless i get the error. All other dependencies have no problem with that.

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