Install Sublime Text 3 in Ubuntu 14.04 using Terminal
In this post we will give you information about Install Sublime Text 3 in Ubuntu 14.04 using Terminal. Hear we will give you detail about Install Sublime Text 3 in Ubuntu 14.04 using TerminalAnd how to use it also give you demo for it if it is necessary.
Nowdays, Sublime Text Editor is a most popular text editor in the world. Sublime Text Editor 3 are provide several packages like CodeFormatter, GitGutter, Git, Sidebar etc and that’s why it is most popular and wide used in today.
If you want to install sublime text editor 3 in your ubuntu operating system then you can install easily using bellow terminal command. So just run bellow command and install sublime text editor.
How to solve "Cannot find module 'bplist-parser'" ?
In this post we will give you information about How to solve "Cannot find module 'bplist-parser'" ?. Hear we will give you detail about How to solve "Cannot find module 'bplist-parser'" ?And how to use it also give you demo for it if it is necessary.
When i was working in my ionic mobile application on my ubuntu 14.04 system and i try to remove android platform at that time i see bellow error :
module.js:340
throw err;
^
Error: Cannot find module 'bplist-parser'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
.....
I also did try to remove all platform directly but i still found this error. I also search on google but i notice this error also phonegap, cordova, node.js etc. at last i found bellow command and solved, if you have also this error then you can try bellow command and check...
sudo npm install -g bplist-parser
Hope this code and post will helped you for implement How to solve "Cannot find module 'bplist-parser'" ?. if you need any help or any feedback give it in comment section or you have good idea about this post you can give it comment section. Your comment will help us for help you more and improve us. we will give you this type of more interesting post in featured also so, For more interesting post and code Keep reading our blogs
Command:
sudo add-apt-repository ppa:webupd8team/sublime-text-3
sudo apt-get update
sudo apt-get install sublime-text-installer
Hope this code and post will helped you for implement Install Sublime Text 3 in Ubuntu 14.04 using Terminal. if you need any help or any feedback give it in comment section or you have good idea about this post you can give it comment section. Your comment will help us for help you more and improve us. we will give you this type of more interesting post in featured also so, For more interesting post and code Keep reading our blogs