Advertisement
Guest User

Untitled

a guest
Jan 10th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. PS C:\wamp64\www\sass> npm run gulp
  2.  
  3. > sasstest@1.0.0 gulp C:\wamp64\www\sass
  4. > gulp
  5.  
  6. assert.js:350
  7. throw err;
  8. ^
  9.  
  10. AssertionError [ERR_ASSERTION]: Task function must be specified
  11. at Gulp.set [as _setTask] (C:\wamp64\www\sass\node_modules\undertaker\lib\set-task.js:10:3)
  12. at Gulp.task (C:\wamp64\www\sass\node_modules\undertaker\lib\task.js:13:8)
  13. at Object.<anonymous> (C:\wamp64\www\sass\gulpfile.js:30:6)
  14. at Module._compile (internal/modules/cjs/loader.js:689:30)
  15. at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
  16. at Module.load (internal/modules/cjs/loader.js:599:32)
  17. at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
  18. at Function.Module._load (internal/modules/cjs/loader.js:530:3)
  19. at Module.require (internal/modules/cjs/loader.js:637:17)
  20. at require (internal/modules/cjs/helpers.js:22:18)
  21. npm ERR! code ELIFECYCLE
  22. npm ERR! errno 1
  23. npm ERR! sasstest@1.0.0 gulp: `gulp`
  24. npm ERR! Exit status 1
  25. npm ERR!
  26. npm ERR! Failed at the sasstest@1.0.0 gulp script.
  27. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  28.  
  29. npm ERR! A complete log of this run can be found in:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement