简体   繁体   中英

Failed to install Hubot on Heroku

I can't install my Hubot on Heroku and have no idea. I tried several versions of node and npm but always get the same error:

heroku error

I tried that to install the dependencies "moment" and "express" but i get the error:

npm express error

It looks like the line with version in your package.json is quoted incorrectly - a starts with " but is closed with ' .

Can you add a bit of your package.json file? I assume it fails locally in the same manner?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM