complete-javascript-course icon indicating copy to clipboard operation
complete-javascript-course copied to clipboard

Having error while building final bundle

Open Nitesh-cod opened this issue 4 years ago • 3 comments

It showing build fail again and again and I fed up with this now. Could someone please help me?

Nitesh-cod avatar Jun 18 '21 05:06 Nitesh-cod

can i ??

kushalShukla-web avatar Jun 21 '21 06:06 kushalShukla-web

Of course, It will means a lot to me.

Nitesh-cod avatar Jun 22 '21 12:06 Nitesh-cod

It showing build fail again and again and I fed up with this now. Could someone please help me?

Many "package.json" files contain a "main" field, which is ignored by most tools. However, when a "main" field is seen, Parcel infers that your project is a library and uses it as the output path. ->For most web apps, this line should be removed. -> or, If you do need to keep the "main" field, and want Parcel to ignore it, you can add : "targets": { "main": false } to your "package.json".

OuaklimOthmane avatar Feb 03 '22 01:02 OuaklimOthmane