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)
-
0
@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,
-
0
Answered in this SO question: ReferenceError: internalBinding is not defined