Yuri Artiukh
patreon
Outline text animation stream
🕑 Added 2021-04-19 06:58:28 +0000 UTCComments
Vitus Stockholm
but npx parcel index.html should work good enough nowadays 2021-01-31
Vitus Stockholm
npm init -y for creating package.json for dependencies installation
Yuri Artiukh
with parcel 1 you dont need that, with parcel 2, you would probably need to install dependencies too, but its just 3 of them or smth like that.
Raymond Wu
Thank you a lot, Yuri. When I run npx parcel index.html, I got an error due to dependency missing. But I didn't see a package.json file or anything like that to allow me to install dependencies. May I know if I need to do anything once I download the Archive.zip? Thanks a lot.
Yuri Artiukh
npx parcel index.htm
Raymond Wu
Hello, Yuri. May I know how I can run the code in Archive.zip? Thanks