Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.94 KB | None | 0 0
  1. qwertyo@qwertyo ~/frontend-2017-project-build $ sudo apt-get install build-essential libssl-dev
  2. [sudo] password for qwertyo:
  3. Reading package lists... Done
  4. Building dependency tree      
  5. Reading state information... Done
  6. build-essential is already the newest version (12.1ubuntu2).
  7. libssl-dev is already the newest version (1.0.2g-1ubuntu4.9).
  8. The following packages were automatically installed and are no longer required:
  9.   libandroid-properties1 libhardware2 libhud2 libhybris libhybris-common1
  10.   libmedia1 liboxideqt-qmlplugin liboxideqtcore0 liboxideqtquick0
  11.   libqt5feedback5 libqt5multimedia5 libqt5organizer5 libqt5positioning5
  12.   libqt5quicktest5 libqt5test5 libubuntugestures5 libubuntutoolkit5
  13.   libunity-action-qt1 libunity-webapps0 qml-module-qt-labs-folderlistmodel
  14.   qml-module-qt-labs-settings qml-module-qtfeedback
  15.   qml-module-qtgraphicaleffects qml-module-qtquick-layouts
  16.   qml-module-qtquick-window2 qml-module-qtquick2 qml-module-qttest
  17.   qml-module-ubuntu-components qml-module-ubuntu-layouts
  18.   qml-module-ubuntu-onlineaccounts qml-module-ubuntu-performancemetrics
  19.   qml-module-ubuntu-test qml-module-ubuntu-web qtdeclarative5-accounts-plugin
  20.   qtdeclarative5-qtquick2-plugin qtdeclarative5-ubuntu-ui-toolkit-plugin
  21.   qtdeclarative5-unity-action-plugin suru-icon-theme ubuntu-mobile-icons
  22.   ubuntu-ui-toolkit-theme unity-asset-pool unity-webapps-qml
  23.   unity-webapps-service webapp-container webbrowser-app
  24. Use 'sudo apt autoremove' to remove them.
  25. 0 upgraded, 0 newly installed, 0 to remove and 146 not upgraded.
  26. qwertyo@qwertyo ~/frontend-2017-project-build $ curl https://raw.githubusercontent.com/creationix/nvm/v0.16.1/install.sh | sh
  27.   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  28.                                  Dload  Upload   Total   Spent    Left  Speed
  29. 100  3535  100  3535    0     0   5886      0 --:--:-- --:--:-- --:--:--  5881
  30. => nvm is already installed in /home/qwertyo/.nvm, trying to update
  31. => HEAD is now at 64de890... v0.16.1
  32. error: branch 'master' not found.
  33.  
  34. => Source string already in /home/qwertyo/.bashrc
  35. => Close and reopen your terminal to start using nvm
  36. qwertyo@qwertyo ~/frontend-2017-project-build $ source ~/.profile
  37. qwertyo@qwertyo ~/frontend-2017-project-build $ nvm install v8.9.1
  38. v8.9.1 is already installed.
  39. qwertyo@qwertyo ~/frontend-2017-project-build $ nvm use 8.9.1
  40. Now using node v8.9.1
  41. qwertyo@qwertyo ~/frontend-2017-project-build $ node -v
  42. v8.9.1
  43. qwertyo@qwertyo ~/frontend-2017-project-build $ npm install
  44. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.3 (node_modules/fsevents):
  45. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  46.  
  47. added 115 packages in 6.755s
  48. qwertyo@qwertyo ~/frontend-2017-project-build $ gulp
  49. No command 'gulp' found, did you mean:
  50.  Command 'gslp' from package 'ghostscript' (main)
  51. gulp: command not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement