Takuya71 のぶろぐ

外資系ソフトウェア会社で働いてます、認定スクラムマスター

2012-09-23から1日間の記事一覧

node.js で Error: Cannot find module 'underscore'

node.js で underscore.js をつかう node で underscore.js を使おうと思いまして、 % npm install undercore -g でインストールしました。 その後 _ = require('underscore') _.each [1,2,3], (n)-> console.log n のような coffee スクリプトを実行したと…