Skip to content

Instantly share code, notes, and snippets.

@erama
Last active May 25, 2018 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erama/31c18e8267109eaf63def2f15edf5dc4 to your computer and use it in GitHub Desktop.
Save erama/31c18e8267109eaf63def2f15edf5dc4 to your computer and use it in GitHub Desktop.
Error Angular6 --routing
ng new tienda --routing
module.js:549
throw err;
^
Error: Cannot find module 'internal/util/types'
at Function.Module._resolveFilename (module.js:547:15)
at Function.Module._load (module.js:474:25)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at evalmachine.<anonymous>:31:26
at Object.<anonymous> (/usr/lib/node_modules/angular-cli/node_modules/yam/node_modules/graceful-fs/fs.js:11:1)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment