前提・実現したいこと
laravelで今就活用のポートフォリオを作っています。
しかしscssが反映されません。
具体的にはnpm run watchとうつと
npm ERR! Error: ENOENT, open '/home/vagrant/laravel_lessons/todolist/package.json' npm ERR! If you need help, you may report this log at: npm ERR! <http://github.com/isaacs/npm/issues> npm ERR! or email it to: npm ERR! <npm-@googlegroups.com> npm ERR! System Linux 2.6.32-754.28.1.el6.x86_64 npm ERR! command "node" "/usr/bin/npm" "run" "watch" npm ERR! cwd /home/vagrant/laravel_lessons/todolist npm ERR! node -v v0.10.48 npm ERR! npm -v 1.3.6 npm ERR! path /home/vagrant/laravel_lessons/todolist/package.json npm ERR! code ENOENT npm ERR! errno 34 npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/vagrant/laravel_lessons/todolist/npm-debug.log npm ERR! not ok code 0
となります。どこが問題なのでしょうか??