[v] Peruse does not support window.eval()

Following this tutorial again, when I try to open the site in Peruse I get to see this message in the dev tools console:

/opt/Maidsafe/Peruse-dev/resources/app.asar/webPreload.js:9 Uncaught Error: Sorry, peruse does not support window.eval().
    at window.eval.global.eval (/opt/Maidsafe/Peruse-dev/resources/app.asar/webPreload.js:9)
    at Object../node_modules/webpack-dev-server/client/index.js?http://localhost:5000 (index.js:962)
    at __webpack_require__ (index.js:679)
    at fn (index.js:89)
    at Object.0 (index.js:1057)
    at __webpack_require__ (index.js:679)
    at index.js:725
    at index.js:728

Is this a bug in Peruse? If so, I will report the issue.

Hi Folatt,

Peruse disables eval on purpose.

Are you using eval or did you just upload the boilerplate as is from the repo and load it?

1 Like

I simply downloaded the boilerplate as is from the repo and loaded it.

1 Like