Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialMahmoud Talass
9,274 Pointssomething is wrong
I keep getting error messages when trying to start npm and with some of the other things he did in the video. someone, PLEASE help! thank you
Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved.
Try the new cross-platform PowerShell https://aka.ms/pscore6 PS C:\Users\mahmo\Desktop\1 - Build Modular Interfaces with Components> cd scoreboard cd : Cannot find path 'C:\Users\mahmo\Desktop\1 - Build Modular Interfaces with Components\scoreboard' because it does not exist. At line:1 char:1
- cd scoreboard
- ~~~~~~~~~~~~~
- CategoryInfo : ObjectNotFound: (C:\Users\mahmo...ents\scoreboard:String) [Set-L
ocation], ItemNotFoundException - FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetLocationCommand
- CategoryInfo : ObjectNotFound: (C:\Users\mahmo...ents\scoreboard:String) [Set-L
PS C:\Users\mahmo\Desktop\1 - Build Modular Interfaces with Components> npm install npm WARN saveError ENOENT: no such file or directory, open 'C:\Users\mahmo\Desktop\1 - Build Modular Interfaces with Components\package.json' npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\mahmo\Desktop\1 - Build Modular Interfaces with Components\package.json' npm WARN 1 - Build Modular Interfaces with Components No description npm WARN 1 - Build Modular Interfaces with Components No repository field. npm WARN 1 - Build Modular Interfaces with Components No README data npm WARN 1 - Build Modular Interfaces with Components No license field.
up to date in 0.372s found 0 vulnerabilities
PS C:\Users\mahmo\Desktop\1 - Build Modular Interfaces with Components> npm start
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path C:\Users\mahmo\Desktop\1 - Build Modular Interfaces with Components\package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\mahmo\Desktop\1 - Build Modular Interfaces with Components\package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\mahmo\AppData\Roaming\npm-cache_logs\2021-07-17T12_35_17_772Z-debug.log
PS C:\Users\mahmo\Desktop\1 - Build Modular Interfaces with Components>