Sorry for my stupid question but how can i open that hyper.js config file on my windows 7 PC?
I realize that i need to open that file with some kind of editor in the terminal so i found a bat script to open my sublime text editor with command
This is the script in my bat file located in windows directory.
@start "sublime" "%ProgramW6432%\Sublime Text 2\sublime_text.exe" %*
so after i add this bat file which is called sublime.bat ive open the terminal again and write :
sublime ~/.hyper.js
it open my sublime with tab that is called .hyper.js but nothing was written in that file.
Can someone explain what and how can i open hyper configuration file?
Use the menu? File => Edit => Preferences
I've got error
Script: C:\Users\User\ .hyper.js
Line: 5
Char: 1
Error: 'module' is undefined
Code: 800A1391
Source: Microsoft JScript runtime error
Use notepad instead of the script host to open it
Thanx allot
Most helpful comment
Use notepad instead of the script host to open it