Guest User

Untitled

a guest
Jul 20th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. Jasons-MacBook-Pro:practicesite fjord1321$ sudo yarn install
  2. yarn install v1.7.0
  3. warning package.json: No license field
  4. warning No license field
  5. [1/4] 🔍 Resolving packages...
  6. success Already up-to-date.
  7. ✨ Done in 0.34s.
  8.  
  9. Jasons-MacBook-Pro:practicesite fjord1321$ sudo yarn build
  10. Password:
  11. yarn run v1.7.0
  12. warning ../../../../../package.json: No license field
  13. error Command "build" not found.
  14. info Visit https://yarnpkg.com/en/docs/cli/run for documentation
  15. about this command.
  16.  
  17. {
  18. "name": "gulp.sass",
  19. "version": "1.0.0",
  20. "description": "Gulp, SASS + Slow running tasks",
  21. "main": "gulpfile.js",
  22. "scripts": {
  23. "start": "gulp"
  24. },
  25. "author": "",
  26. "license": "ISC",
  27. "devDependencies": {
  28. "browser-sync": "^2.2.0",
  29. "gulp": "^3.8.11",
  30. "gulp-sass": "^1.3.3",
  31. "through2": "^0.6.3"
  32. }
  33. }
Add Comment
Please, Sign In to add comment