How to use ScriptSharp generated JS with NodeJS?

I tried using the Javascript file generated by Script # in NodeJS, but it will not work due to dependencies with some libraries that are not available in NodeJS.

Has anyone tried using Script # generated JS files in NodeJS? How did you overcome the dependency problems associated with the JS files that it uses internally? Did you just turn them on?

If not, can this feature be available? Thank!

+3
source share

All Articles