-
mail generator npm package
- mailto generator site
-
search eventbrite npm package
- search on eventbrite cli tool
- advance search for eventbrite
-
check cypto npm package
#2014
- May: Swift
- July: HTML/CSS
- Sept: php, MySQL
#2015
- Jan: RoR
- Decide to be a Javascript Ninja
- Javascript, jQuery
####Syllabus
- Why do we learn HTML/CSS/JS
- Who is amazingandyyy
- Web structure and Browser
- Tags
####project 1
- Manipulate Facebook/DVC website
- Install SolC on Mac OSX
brew tap ethereum/ethereum
brew install solidity
which solc
- go to geth console
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
First, we need to figure out what the actual error is. This is obviously frustrating given that the error message is intentionally truncating it. | |
1) SSH in to your node (various guides available for this if you're not already familiar with this). | |
2) Run this command (basically an Elastic Beanstalk wrapper command for npm install I found in a blog post [1]): | |
$ sudo /opt/elasticbeanstalk/containerfiles/ebnode.py --action npm-install 2 | |
3) Find the actual error message in the output from the npm install. | |
Once you know the error, it should hopefully be fairly obvious how to fix it. I've run into two different errors over the last couple days on Elastic Beanstalk: | |
The first was a dependency that was using the new "^X.Y.Z" version syntax, which is only supported in Node >= v0.10.26 (whereas Elastic Beanstalk only supports up to v0.10.21 as of today). The solution here was easy: hardcode a dependency version *prior* to when that dependency adopted to the new syntax. |
#1. install eb, tutorial
$ brew install awsebcli
$ eb --version
#2. start to deploy
$ eb init
$ eb create
https://yeah-server.herokuapp.com
request | endpoint | body | response |
---|