Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Might be worth adding a forenote to newbies passing by to tell them not put themselves through hours of misery when Visual Studio Code, Atom, and other adequate light weight IDE's exist now.
The intellisense does not work with refrences anymore.
Do you know how to do it in 2017, and if so could you add it to the guide?
Thank you.
module.exports.loop = function () {
var example = "'tester'" ;
var path = "/*here go the desired output path*/" ;
console.log("<script>var fs = require('fs'); fs.writeFile('" + path + "mynewfile1.txt', " + example +", function (err) {if(err) throw err;});</script>") ;
}