
Using Parcel Bundler with React
video description
Date: 2022-03-14
Related videos
Comments and reviews: 6
Francisco
I got this error:parcel : The term 'parcel' is not recognized as the name of a -
cmdlet, function, script file, or operable program. Check the -
spelling of the name, or if a path was included, verify that the -
path is correct and try again.-
At line:1 char:1-
+ parcel src/index.html-
+ -------
+ CategoryInfo : ObjectNotFound: (parcel:String) [], C -
ommandNotFoundException-
+ FullyQualifiedErrorId : CommandNotFoundException
reply
I got this error:parcel : The term 'parcel' is not recognized as the name of a -
cmdlet, function, script file, or operable program. Check the -
spelling of the name, or if a path was included, verify that the -
path is correct and try again.-
At line:1 char:1-
+ parcel src/index.html-
+ -------
+ CategoryInfo : ObjectNotFound: (parcel:String) [], C -
ommandNotFoundException-
+ FullyQualifiedErrorId : CommandNotFoundException
reply
Mateja
Parcel is an amazing tool especially for newcomers because they can get a react app up and running in seconds! It really makes the whole process faster, more approachable and enjoyable. With everything taken into account Parcel can have a great impact on developer happiness.
reply
Parcel is an amazing tool especially for newcomers because they can get a react app up and running in seconds! It really makes the whole process faster, more approachable and enjoyable. With everything taken into account Parcel can have a great impact on developer happiness.
reply
rct999
I did this with typescript, and it was amazingly easy. Just point script src to an tsx file and create tsconfig.json with:
--
-compilerOptions-: --
-jsx-: -react-,-
-allowSyntheticDefaultImports-: true-
--
-
reply
I did this with typescript, and it was amazingly easy. Just point script src to an tsx file and create tsconfig.json with:
--
-compilerOptions-: --
-jsx-: -react-,-
-allowSyntheticDefaultImports-: true-
--
-
reply
Mobin92
Seriously what is wrong with web development!? Could we please stop reinventing fricking basic tools and frameworks all the time!?
reply
Seriously what is wrong with web development!? Could we please stop reinventing fricking basic tools and frameworks all the time!?
reply
Fabrizio
This video is amazing! For some reason, I wasn't going for Parcel field, but now, I'm more than convinced to use it every day =)
reply
This video is amazing! For some reason, I wasn't going for Parcel field, but now, I'm more than convinced to use it every day =)
reply
Rick
I'm going to create an emmet plugin that slaps you when you try to wrap a block element in a div for no $%#-$%ing good reason.
reply
I'm going to create an emmet plugin that slaps you when you try to wrap a block element in a div for no $%#-$%ing good reason.
reply
Add a review, comment
Other channel videos















