Run NodeJS server with ES6 feature
up vote
0
down vote
favorite
I use NodeJS 0.12.7 version.
I have a question related launch NodeJS server with ES6 feature.
I need to transpile node_modules packages from ES6 to ES5 to run NodeJS.
How can I do it?
node.js babeljs transpiler
|
show 1 more comment
up vote
0
down vote
favorite
I use NodeJS 0.12.7 version.
I have a question related launch NodeJS server with ES6 feature.
I need to transpile node_modules packages from ES6 to ES5 to run NodeJS.
How can I do it?
node.js babeljs transpiler
Node understands es6
– smnbbrv
Nov 17 at 19:55
I use 0.12.7 version
– Maksim
Nov 17 at 19:57
upgrade node to latest or LTS version
– Maielo
Nov 17 at 20:06
Using0.12.7in a current project is a bad idea. Please upgrade to a modern LTS release.
– loganfsmyth
Nov 17 at 20:28
Node.js 0.12.7 is ancient. Upgrade to node version 8.x or 10.x which natively support ES6.
– jfriend00
Nov 17 at 21:03
|
show 1 more comment
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I use NodeJS 0.12.7 version.
I have a question related launch NodeJS server with ES6 feature.
I need to transpile node_modules packages from ES6 to ES5 to run NodeJS.
How can I do it?
node.js babeljs transpiler
I use NodeJS 0.12.7 version.
I have a question related launch NodeJS server with ES6 feature.
I need to transpile node_modules packages from ES6 to ES5 to run NodeJS.
How can I do it?
node.js babeljs transpiler
node.js babeljs transpiler
edited Nov 17 at 19:56
asked Nov 17 at 19:51
Maksim
75216
75216
Node understands es6
– smnbbrv
Nov 17 at 19:55
I use 0.12.7 version
– Maksim
Nov 17 at 19:57
upgrade node to latest or LTS version
– Maielo
Nov 17 at 20:06
Using0.12.7in a current project is a bad idea. Please upgrade to a modern LTS release.
– loganfsmyth
Nov 17 at 20:28
Node.js 0.12.7 is ancient. Upgrade to node version 8.x or 10.x which natively support ES6.
– jfriend00
Nov 17 at 21:03
|
show 1 more comment
Node understands es6
– smnbbrv
Nov 17 at 19:55
I use 0.12.7 version
– Maksim
Nov 17 at 19:57
upgrade node to latest or LTS version
– Maielo
Nov 17 at 20:06
Using0.12.7in a current project is a bad idea. Please upgrade to a modern LTS release.
– loganfsmyth
Nov 17 at 20:28
Node.js 0.12.7 is ancient. Upgrade to node version 8.x or 10.x which natively support ES6.
– jfriend00
Nov 17 at 21:03
Node understands es6
– smnbbrv
Nov 17 at 19:55
Node understands es6
– smnbbrv
Nov 17 at 19:55
I use 0.12.7 version
– Maksim
Nov 17 at 19:57
I use 0.12.7 version
– Maksim
Nov 17 at 19:57
upgrade node to latest or LTS version
– Maielo
Nov 17 at 20:06
upgrade node to latest or LTS version
– Maielo
Nov 17 at 20:06
Using
0.12.7 in a current project is a bad idea. Please upgrade to a modern LTS release.– loganfsmyth
Nov 17 at 20:28
Using
0.12.7 in a current project is a bad idea. Please upgrade to a modern LTS release.– loganfsmyth
Nov 17 at 20:28
Node.js 0.12.7 is ancient. Upgrade to node version 8.x or 10.x which natively support ES6.
– jfriend00
Nov 17 at 21:03
Node.js 0.12.7 is ancient. Upgrade to node version 8.x or 10.x which natively support ES6.
– jfriend00
Nov 17 at 21:03
|
show 1 more comment
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53354963%2frun-nodejs-server-with-es6-feature%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Node understands es6
– smnbbrv
Nov 17 at 19:55
I use 0.12.7 version
– Maksim
Nov 17 at 19:57
upgrade node to latest or LTS version
– Maielo
Nov 17 at 20:06
Using
0.12.7in a current project is a bad idea. Please upgrade to a modern LTS release.– loganfsmyth
Nov 17 at 20:28
Node.js 0.12.7 is ancient. Upgrade to node version 8.x or 10.x which natively support ES6.
– jfriend00
Nov 17 at 21:03