panic icon indicating copy to clipboard operation
panic copied to clipboard

Error when run npm test inside ui folder

Open rider-cantuaria-eng opened this issue 4 years ago • 1 comments

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

rider-cantuaria-eng avatar Jan 26 '22 11:01 rider-cantuaria-eng

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

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.

rider-cantuaria-eng avatar Jan 26 '22 11:01 rider-cantuaria-eng