Skip to content Skip to sidebar Skip to footer

Cannot Run Javascript Umd Command Line Tool: [typeerror: _.any Is Not A Function]

I'm just trying out urequire but cant get a simple example to work. In windows on my desktop i have a 'SomeFolder' folder with a single file in it called test.js. It looks like thi

Solution 1:

So when i install urequire with the following command it works...

npm install urequire@0.7.0-beta.25

URequire does not work (showing the errors described above) when installed like this...

npm install urequire

Post a Comment for "Cannot Run Javascript Umd Command Line Tool: [typeerror: _.any Is Not A Function]"