react-aspnet icon indicating copy to clipboard operation
react-aspnet copied to clipboard

Gulp build cannot find app.js even though it is there.

Open jannavarro opened this issue 10 years ago • 6 comments

Followed your steps in the readme. When running the gulp build step I encountered an error.

image

It says it cannot find the app.js even though it is created as seen on second screenshot below.

image

jannavarro avatar May 11 '15 23:05 jannavarro

Could not recreate this issue. Have you got any other error during npm configuration?

DileepCD avatar May 12 '15 18:05 DileepCD

I have the same issue here. First issue was the correction $=require('jquery-browserify')

Nomeasmo avatar Jul 07 '15 09:07 Nomeasmo

I ran into this issue too. The trick was to run 'gulp build' as Administrator to ensure the symlink is correctly created.

karlmayer avatar Aug 03 '15 17:08 karlmayer

Thank you for your suggestions. I will look into this again and see if that will resolve the issue

jannavarro avatar Aug 04 '15 01:08 jannavarro

I have the same issue and run 'gulp build' as Administrator is not help.

goalbased avatar Mar 11 '16 02:03 goalbased

It gives me Failed to load resource: the server responded with a status of 404 (Not Found) bundle.js as index.html reference it and it is not exist

FatmaAmin avatar Aug 10 '16 12:08 FatmaAmin