Base solution for your next web application
Open Closed

npm run create-bundles fails #6618


User avatar
0
mightyit created

I have followed theGetting started guide to ensure that I install the following:

  • nodejs (v10.15.3) + npm (v6.4.1)
  • gulp - ensured I installed it globally (cli version 2.0.1 local version 3.9.1)
  • yarn (v1.13.0)
  • bundler & minifier Visual Studio extension (latest)

I then ran Yarn (twice - the first time around I received an error message), as per the guide, with the following results

Trying to run npm run create-bundles gives me the following error message

As per the following screenshots, it seems that none of my minified javascript files are generated:


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    @mightyit

    Sometimes network problems can cause such a thing. Could you try to remove node_modules folder and install npm packages using yarn again and see if it works for you ?

    Thanks,

  • User Avatar
    0
    aaron created
    Support Team

    Answered in this SO question: ReferenceError: internalBinding is not defined