Archives
- 2019
-
2018
-
October
-
npmrc and authToken
09/10/18
It looks like the npmrc (usually ~/.npmrc) file needs to be chmod 0600 (owner only rw) before npm install will use any authToken contained within it. Running npm login sets this permission on the file.
Related, but obvious in hindsight: Make sure the HOME environment variable points to th -
Grasshopper navigation
04/10/18
When using Grasshopper (the plugin for Rhino 3D), you can select the inputs to a block with Ctrl-Left, and all consumers of the block with Ctrl-Right.
This makes understanding complex Grasshopper graphs much simpler. -
NPM and Git with semver
04/10/18
NPM supports specifying a package dependency using:
git+ssh://ufrl.to/repo#semver:^0.0.0
With semver respecting the full versioning rules. It uses the same Git tagging system applied by npm version.
However, if multiple modules use this, they will not be seen as the same module,
-
npmrc and authToken
- August
- July
-
October
- 2017
- 2016
- 2015
- 2014
- 2013
- 2012
- 2011
- 2010
- 2009
Archives



