NaCl helper process running without a sandbox! error when running npm tests

后端 未结 2 921
别跟我提以往
别跟我提以往 2021-01-11 17:04

I\'n having a problem when running some npm test. The error I\'m receiving is: \"NaCl helper process running without a sandbox!\", which is true, as I\'m running the browser

2条回答
  •  粉色の甜心
    2021-01-11 17:34

    If you are using karma to run your tests, make sure you are using ChromeHeadless as the browser on karma.conf.js

提交回复
热议问题