Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. npm install web-ext
  2.  
  3. web-ext --help
  4.  
  5. web-ext: command not found
  6.  
  7. npm config get prefix
  8.  
  9. /usr/local
  10.  
  11. export PATH=/usr/local:$PATH
  12.  
  13. export PATH=$PATH:/usr/local
  14.  
  15. export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:usr/local"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement