Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Our Sample Website... files are missing #4

Open
Patrick606 opened this issue Apr 12, 2020 · 23 comments
Open

Our Sample Website... files are missing #4

Patrick606 opened this issue Apr 12, 2020 · 23 comments

Comments

@Patrick606
Copy link

No description provided.

@Patrick606
Copy link
Author

the extra files for this video have been removed... not possible to continue the course without them

@Patrick606 Patrick606 changed the title Our Sample ite...files are missing Our Sample Website... files are missing Apr 12, 2020
@kalyansatvik
Copy link

kalyansatvik commented Apr 12, 2020

Our sample website files are missing.. showstopper for learning

@Abbassiiheb
Copy link

Our sample website files are missing

@z4cope
Copy link

z4cope commented Apr 12, 2020

Can't complete the course because the sample website files are missing

@griego62
Copy link

Website files are missing. Can't continue with the course.

@jahman07104
Copy link

the sample web site files are missing..how do I get them..??

@nokhaiznaeem
Copy link

our sample website files are missing how to get the code of this website?

@Abbassiiheb
Copy link

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

@jahman07104
Copy link

jahman07104 commented Apr 13, 2020 via email

@kjean020
Copy link

Hello Im having difficulty cloning it. Would anyone be able to post the code for me so i could copy it to VS

@Patrick606
Copy link
Author

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.

@kjean020
Copy link

kjean020 commented Apr 14, 2020 via email

@Virtualbeachbum
Copy link

Virtualbeachbum commented Apr 22, 2020

For those referring to not being able to load the page for Carved Rock (https://github.com/pluralsight-projects/HTMLCSS-LandingPage)

  • From your command line homepage (but not web-dev-starter) clone the new package

git clone https://github.com/pluralsight-projects/HTMLCSS-LandingPage.git

  • cd into the new location HTMLCSS-LandingPage
  • Run npm install (You'll run this command for any git cloned locations)
  • From command line, run code .

You should now be able to open a terminal and performing npm run start

@MollyMuch
Copy link

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

@Virtualbeachbum
Copy link

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 .

@Deepak-Gupta99
Copy link

why its downloading chromium after i hit npm install?
can any one tell me

@RyanFsh
Copy link

RyanFsh commented Apr 28, 2020

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

@Virtualbeachbum
Copy 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.

@jizzy19
Copy link

jizzy19 commented May 28, 2020

@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?

@Virtualbeachbum
Copy link

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

@DTomos
Copy link

DTomos commented Jun 9, 2020

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

@andreya12077
Copy link

@Virtualbeachbum thank you it worked for me!

@lkannan
Copy link

lkannan commented Feb 3, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests