Open Patrick606 opened 4 years ago
Our sample website files are missing.. showstopper for learning
Our sample website files are missing
Can't complete the course because the sample website files are missing
Website files are missing. Can't continue with the course.
the sample web site files are missing..how do I get them..??
our sample website files are missing how to get the code of this website?
I think you can get the files from this repo https://github.com/pluralsight-projects/HTMLCSS-LandingPage
but I have some problems running up the landing page correctly
thanks ..i have a problem cloning it oo ..but I guess you can copy all the files to visual studio code to make it work
-----Original Message----- From: Abbassi iheb notifications@github.com To: pluralsight/web-dev-starter web-dev-starter@noreply.github.com Cc: jahman07104 jahman@bellatlantic.net; Comment comment@noreply.github.com Sent: Sun, Apr 12, 2020 2:36 pm Subject: Re: [pluralsight/web-dev-starter] Our Sample Website... files are missing (#4)
I think you can get the files from this repo https://github.com/pluralsight-projects/HTMLCSS-LandingPagebut I have some problems running up the landing page correctly— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
Hello Im having difficulty cloning it. Would anyone be able to post the code for me so i could copy it to VS
the relevant files can be found here:
https://app.pluralsight.com/library/courses/javascript-getting-started/exercise-files.
The node modules folder is already there from the first example. You will need to cut out the previous example files from web-dev-starter folder and replace with the relevant files for each new example then run npm start.
Thank you!
On Mon, Apr 13, 2020 at 9:32 AM Patrick606 notifications@github.com wrote:
the relevant files can be found here:
https://app.pluralsight.com/library/courses/javascript-getting-started/exercise-files .
The node modules folder is already there from the first example. You will need to cut out the previous example files from web-dev-starter folder and replace with the relevant files for each new example then run npm start.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/pluralsight/web-dev-starter/issues/4#issuecomment-612899435, or unsubscribe https://github.com/notifications/unsubscribe-auth/APFANV4T3WLQETVQPV2MTNTRMMH6ZANCNFSM4MGI42PA .
-- Kettelie Jean Louis Criminal Justice | Florida International University, Miami FL
Contact Info: kjean020@fiu.edu (786)474-8940 kjean020@fiu.edu
"Do not go where the path may lead, go instead where there is no path and leave a trail."
For those referring to not being able to load the page for Carved Rock (https://github.com/pluralsight-projects/HTMLCSS-LandingPage)
git clone https://github.com/pluralsight-projects/HTMLCSS-LandingPage.git
You should now be able to open a terminal and performing npm run start
Thanks @Virtualbeachbum your instructions were straight on point. Now I can continue with my learning.
C:\Windows\System32\web-dev-starter>git clone https://github.com/pluralsight-projects/HTMLCSS-LandingPage.git Cloning into 'HTMLCSS-LandingPage'... remote: Enumerating objects: 234, done. Rremote: Total 234 (delta 0), reused 0 (delta 0), pack-reused 234 Receiving objects: 100% (234/234), 5.47 MiB | 5.85 MiB/s, done. Resolving deltas: 100% (71/71), done.
C:\Windows\System32\web-dev-starter>cd HTMLCSS-LandingPage
C:\Windows\System32\web-dev-starter\HTMLCSS-LandingPage>npm install
Update to my earlier note.
You can use the HTMLCSS link I provided earlier. However, to mimic what the instructor is showing you'll have to download the exercise files @Patrick606 provided earlier.
https://app.pluralsight.com/library/courses/javascript-getting-started/exercise-files
Once extracted you can either replace the web-dev-starter links for each, or extract the exercise files into new folders, cd into \demos\after\js-demo one from your command prompt, run npm install then code .
why its downloading chromium after i hit npm install? can any one tell me
Update to my earlier note.
You can use the HTMLCSS link I provided earlier. However, to mimic what the instructor is showing you'll have to download the exercise files @Patrick606 provided earlier.
https://app.pluralsight.com/library/courses/javascript-getting-started/exercise-files
Once extracted you can either replace the web-dev-starter links for each, or extract the exercise files into new folders, cd into \demos\after\js-demo one from your command prompt, run npm install then code .
@Virtualbeachbum Can you please further explain how I can get these demo files setup correctly? I do not understand your explanation for either method posted above. i have web-dev-users/HTLMCSSLandingPage in my terminal and have downloaded the files from @Patrick606 link
Hey RyanFsh
So the idea is not to install them in the HTMLCSSLanding Page or web-development folder but rather it's own folder.
Assuming HTMLCSSLanding is located at ~\Java HTMLCSSLanding's folder will be ~\Java\HTMLCSSLanding
In your case you'll download the zip file and extract it to it's own folder, for example ~\Java\javascript-getting-started <--- This is the default folder in the zip. You can extract it to your own folder.
Once extracted close any active Visual Studio Code sessions, then in a terminal/command line cd into the first demo, for my example it'll be located here: ~\Java\javascript-getting-started\02\demos\after\js-demo
run npm install (As a reminder you'll need to do this when you go to a new exercise location)
Once completed, enter code . (Don't forget the period). This should open Visual Studio Code with your current exercise file, which is 02. Click on index.html and go from there.
Hope this helps! Good luck and let us know if you run into any issues.
@Virtualbeachbum, After performing npm install and npm audit fix, i still got this message updated 1 package in 8.724s fixed 141 of 148 vulnerabilities in 388 scanned packages 7 vulnerabilities required manual review and could not be updated
I encountered the same message while running HELLO WORLD and same in SAMPLE WEBSITE please how do i fix?
Sorry, meant to respond earlier but had forgotten.
Not familiar with npm audit fix nor have I ever run it. I will say if you're able to run npm run start and have the website load up (Or if you're able to run localhost:3000) then I wouldn't worry about it. My console shows multiple warnings but it doesn't affect any of the output so I ignore them.
If your commands are preventing the site to load can you provide more details to your issue? Thanks
Hi,
I reached out to Pluralsight's Customer Service, they informed me that the missing files are actually located in the Exercise files tab on the course's main page.
I downloaded it and verified with the same files that are loaded into VS for the module. Attached is direct link:
https://app.pluralsight.com/library/courses/javascript-getting-started/exercise-files #1
@Virtualbeachbum thank you it worked for me!
You guys can use the exercise files from pluralsight. But just in case if that is unclear and you would prefer a Git repo with the code. Then check out my repo here, https://github.com/lkannan/web-dev-starter I have the master branch with the initial code and then branches for each chapter.
In VScode, you can clone my repository and switch to the relevant branch by using the git comman in the terminal. For e.g. git checkout Chp-2
the extra files for this video have been removed... not possible to continue the course without them