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

Unresolvable dependency botfiles #2

Open
eladnava opened this issue Jul 12, 2016 · 3 comments
Open

Unresolvable dependency botfiles #2

eladnava opened this issue Jul 12, 2016 · 3 comments

Comments

@eladnava
Copy link

eladnava commented Jul 12, 2016

package.json#L32

"botfiles": "file:///Users/emckean/Code/blank-lambda-bot/botfiles",

It's hardcoded to your local repo path, is it necessary? It causes npm install to fail before we get to run npm install ./botfiles --save.

@warandpeace
Copy link

@eladnava: It's not immediately clear from the instructions, but under Source Data in the readme is the command to fix this:

npm install --save ./YOURPATH/botfiles should resolve this and update your package.json to have that set to "file:botfiles"

@eladnava
Copy link
Author

eladnava commented Dec 7, 2016

OK cool, but the README does state cloning the repo first, then running npm install without running the command you mentioned first:
https://github.com/emckean/blank-lambda-bot#instructions

@warandpeace
Copy link

@eladnava Yep, not disputing that, just sharing what worked for me in the hopes that it'd help you!

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

2 participants