angular / angular-seed

Seed project for angular apps.
http://angularjs.org/
MIT License
13.04k stars 6.94k forks source link

Error with npm nam install: verbose stack Error: Cannot find module 'internal/fs' #388

Closed FlyRicardo closed 7 years ago

FlyRicardo commented 7 years ago

Hi, guys.

Look, I've tried to use the angular-seed as an application skeleton, but after cloned repository, when I run the npm install, I got this error on npm-debug.log:

, I'll be aware of your responses.

FlyRicardo commented 7 years ago

Hi, guys.

I've solved the problem by uninstalling node and _nodemodules from /usr/local/lib/node_modules and /usr/local/include/node, and then reinstalling node via brew.

gkalpak commented 7 years ago

Yeah, it sounds like a vetsion mismatch of some sort - not related to angular-seed. Thx for the update. Closing...