panic
panic copied to clipboard
Error when run npm test inside ui folder
On the ui folder I installed node dependencies: npm install After that, I ran: npm test
But I got this error:
Your current version of Node is v10... however, Stencil requires v12.10.0 or greater
On the ui folder I installed node dependencies:
npm installAfter that, I ran:npm testBut I got this error:
Your current version of Node is v10... however, Stencil requires v12.10.0 or greater
Tip: To solve this I just install nvm and install version 12.10.0. But I think we need to put it in the README file.