blank-lambda-bot icon indicating copy to clipboard operation
blank-lambda-bot copied to clipboard

Unresolvable dependency `botfiles`

Open eladnava opened this issue 9 years ago • 3 comments

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.

eladnava avatar Jul 12 '16 11:07 eladnava

@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"

warandpeace avatar Dec 07 '16 02:12 warandpeace

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

eladnava avatar Dec 07 '16 08:12 eladnava

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

warandpeace avatar Dec 13 '16 21:12 warandpeace