wechaty / docker-getting-started

Getting Started Template for Docker Users
https://wechaty.js.org/2018/08/14/docker-wechaty-getting-started/
Apache License 2.0
64 stars 25 forks source link

How to do "npm install xxx -S" correctly in this example? #3

Open demobo-com opened 5 years ago

huan commented 5 years ago

Did you run into any issue when you run npm install xxx -S?

Please describe your problem in details so that I could be able to understand your situation.

demobo-com commented 5 years ago

In this docker example, I don't see any package.json file. Where should I do "npm init"?

huan commented 5 years ago

I'd like to suggest that you can either try to do it at the root directory or the src directory.