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
$ npm test
> [email protected] test /home/pparkkin/src/local-echo
> jest
FAIL lib/Utils.test.js
● Test suite failed to run
Cannot find module 'jsesc'
at Object.<anonymous> (node_modules/@babel/generator/lib/generators/types.js:25:37)
Test Suites: 1 failed, 1 total
Tests: 0 total
Snapshots: 0 total
Time: 1.06s
Ran all test suites.
npm ERR! Test failed. See above for more details.
I ran npm install first.
Node and npm versions.
$ npm --version
6.13.6
$ node --version
v10.15.2
The text was updated successfully, but these errors were encountered:
I barely made a new react native project and with no additional code added I am getting the same error here. Error: Cannot find module 'jsesc'. I can't find anything anywhere about this.
I get the following error when I run
npm test
.I ran
npm install
first.Node and npm versions.
The text was updated successfully, but these errors were encountered: