js.zonayed.me
js.zonayed.me copied to clipboard
জাভাস্ক্রিপ্ট ইএস ৬(ES6): সব ইনভারোমেন্ট এ ইএস৬
জাভাস্ক্রিপ্ট ইএস ৬(ES6): সব ইনভারোমেন্ট এ ইএস৬ | হাতেকলমে জাভাস্ক্রিপ্ট
একটা শর্টে লেখার অংশবিশেষ
- I'm getting below error when I'm using this command: babel script.js -o script-es5.js
Error: Couldn't find preset "env" relative to directory "/Users/towhidulislam/Desktop/es5toes6
- If you guys have same error you can follow below instructions: A). Open command line and install package-env using below command: npm install babel-preset-env --save B). Now type babel script.js -o script-es5.js and it should work.