defunctzombie / npm-css

Require css from npm
MIT License
128 stars 8 forks source link

Make `run` tasks needs fixing #13

Closed necolas closed 6 years ago

necolas commented 10 years ago

make run errors because the bin file's name has changed to npm-css

node ./bin/index.js \
        ./test/fixtures/input.css \
        -o output.css

module.js:340
    throw err;
          ^
Error: Cannot find module '/Users/nicolasgallagher/Code/_other/npm-css/bin/index.js'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Function.Module.runMain (module.js:497:10)
    at startup (node.js:119:16)
    at node.js:901:3
make: *** [run] Error 8
defunctzombie commented 10 years ago

I think the makefile stuff is old and can probably be removed