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
Hi, great library, great documentation/explanation.
I am running io.js, and so tried:
varcsp=require('plexus-csp/src/index.js');
(around line 86 of the readme.md)
but got lots of errors about not finding things. I cloned the code and renamed all the .es6.js stuff just plain .js, npm installed my modified directory, and it worked fine.
So there's nothing wrong with the library under io.js, aside from this issue that trying to invoke it as above doesn't work.
The text was updated successfully, but these errors were encountered:
Hi, great library, great documentation/explanation.
I am running io.js, and so tried:
(around line 86 of the readme.md)
but got lots of errors about not finding things. I cloned the code and renamed all the .es6.js stuff just plain .js, npm installed my modified directory, and it worked fine.
So there's nothing wrong with the library under io.js, aside from this issue that trying to invoke it as above doesn't work.
The text was updated successfully, but these errors were encountered: