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

Dependency issues when installing from source: "Could not install from ... as it does not contain a package.json file" #72

Open
codsec opened this issue Aug 3, 2020 · 1 comment

Comments

@codsec
Copy link

codsec commented Aug 3, 2020

image
how can i install it correctly?


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@joshuaferrara
Copy link
Owner

normally you should just install via npm: npm install csgo

it looks like you're trying to install from source though which should be painless. it looks like a dep got updated upstream though which is making it harder. a lazy workaround would be to rm package-lock.json from your node-csgo-master directory and then do the npm install.

with that being said, a proper fix would be to update the dependencies in package.json so that there's no dependency issues. will keep this issue open to track that problem.

@joshuaferrara joshuaferrara changed the title resources error? Dependency issues when installing from source: "Could not install from ... as it does not contain a package.json file" Jan 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants