Error when trying to start the bot #1024
Unanswered
John-Harms
asked this question in
Help
Replies: 2 comments
-
|
I believe you're in the wrong directory. Take a look at https://github.com/jef/streetmerchant/wiki/Installation:-Windows. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I think its because you typed npm install before you cd into the directory |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Whenever I run the start command, I get the error below. The street merchant folder is in the C:\Users[UserName]> Directory, but the package.json isn't. I don't really know much about how to solve this as I'm kinda dumb, so help would be appreciated!
Microsoft Windows [Version 10.0.18363.1198]
(c) 2019 Microsoft Corporation. All rights reserved.
C:\Users[UserName]>npm run start
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path C:\Users[UserName\package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users[UserName]\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[UserName]\AppData\Roaming\npm-cache_logs\2020-11-30T03_44_37_523Z-debug.log
C:\Users[UserName]>
This is what I got when downloading the street merchant:
Chromium (818858) downloaded to C:\Users[UserName]\streetmerchant\node_modules\puppeteer.local-chromium\win64-818858
Thank you for using husky!
If you rely on this package, please consider supporting our open collective:
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
added 1379 packages from 1434 contributors and audited 1383 packages in 219.074s
108 packages are looking for funding
run
npm fundfor detailsfound 0 vulnerabilities
Beta Was this translation helpful? Give feedback.
All reactions