You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the setup as is in the guide and running npm install and 'npm test` provides unrecognized tokens(due to the fact we are moving our code base to ES6) in Node8.10. Please provide the steps to make the setup procedures to install babel and modifying the config files to make it work. Need to update it in the Readme.md/Contributing.md files.
The text was updated successfully, but these errors were encountered:
hmm, we have babel setup inside of each of our instances that we have at this repo. right now we moving from having one npm module into few and all of them have a babel+rollup configuration that partially work with nodejs modules. it has some issues with connecting this module to react projects, but i think with moving into ES6 we'll make it easier to fix
all things will be installed via npm install.
if npm tests doesn't work - then it's an issue with how you setup your tests
With the setup as is in the guide and running
npm install
and 'npm test` provides unrecognized tokens(due to the fact we are moving our code base to ES6) in Node8.10. Please provide the steps to make the setup procedures to install babel and modifying the config files to make it work. Need to update it in the Readme.md/Contributing.md files.The text was updated successfully, but these errors were encountered: