Open jaredpalmer opened 8 years ago
Hi @jaredpalmer,
Thanks for sending this feedback. That warning
module is a nested dependency, and I'm not sure why it would be missing. npm weirdness!
From the root of the repo, try resetting the packages by running:
rm -rf node_modules/ && npm cache clear
npm install
FYI, I just tried an npm install
&& npm run dev
from master using Node 5.10, and it worked:
npm run dev
> skeleton-4r@1.0.0 dev /Users/mars.hall/Desktop/skeleton-4r-master
> NODE_PATH=$NODE_PATH:./app node ./app/dev-server
{ [Error: ENOENT: no such file or directory, open '.env'] errno: -2, code: 'ENOENT', syscall: 'open', path: '.env' }
Dev Server listening on 3000
webpack built 24131dfcfa4df8e3a0cf in 2309ms
Will try later tonight and report results.
@jaredpalmer Thanks. I am working on a MeteorJS project. Reinstalling the modules and clearing the cache worked.
Got this after a clean install and running
npm run dev