Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
453
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. > Listening at http://localhost:8083
  2. WAIT Compiling... 6:01:05 PM
  3.  
  4.  
  5. c:xampphtdocsmyprojectnode_modulesenhanced-resolvelibCachedInputFileSy
  6. stem.js:145
  7. if(key.startsWith(what))
  8. ^
  9.  
  10. TypeError: Cannot read property 'startsWith' of undefined
  11. at Storage.purge (c:xampphtdocsmyprojectnode_modulesenhanced-resolve
  12. libCachedInputFileSystem.js:145:10)
  13. at Storage.purge (c:xampphtdocsmyprojectnode_modulesenhanced-resolve
  14. libCachedInputFileSystem.js:150:9)
  15. at CachedInputFileSystem.purge (c:xampphtdocsmyprojectnode_modulesen
  16. hanced-resolvelibCachedInputFileSystem.js:259:20)
  17. at EventEmitter.watcher.once (c:xampphtdocsmyprojectnode_moduleswebp
  18. acklibnodeNodeWatchFileSystem.js:42:26)
  19. at EventEmitter.g (events.js:291:16)
  20. at emitTwo (events.js:106:13)
  21. at EventEmitter.emit (events.js:191:7)
  22. at EventEmitter._onTimeout (c:xampphtdocsmyprojectnode_moduleswatchp
  23. acklibwatchpack.js:142:7)
  24. at ontimeout (timers.js:380:14)
  25. at tryOnTimeout (timers.js:244:5)
  26. at Timer.listOnTimeout (timers.js:214:5)
  27.  
  28. npm ERR! Windows_NT 6.1.7601
  29. npm ERR! argv "C:\Program Files (x86)\nodejs\node.exe" "C:\Program Files (x8
  30. 6)\nodejs\node_modules\npm\bin\npm-cli.js" "run" "dev"
  31. npm ERR! node v6.10.2
  32. npm ERR! npm v3.10.10
  33. npm ERR! code ELIFECYCLE
  34. npm ERR! dktrgo@1.0.0 dev: `node build/dev-server.js`
  35. npm ERR! Exit status 1
  36. npm ERR!
  37. npm ERR! Failed at the dktrgo@1.0.0 dev script 'node build/dev-server.js'.
  38. npm ERR! Make sure you have the latest version of node.js and npm installed.
  39. npm ERR! If you do, this is most likely a problem with the dktrgo package,
  40. npm ERR! not with npm itself.
  41. npm ERR! Tell the author that this fails on your system:
  42. npm ERR! node build/dev-server.js
  43. npm ERR! You can get information on how to open an issue for this project with:
  44. npm ERR! npm bugs dktrgo
  45. npm ERR! Or if that isn't available, you can get their info via:
  46. npm ERR! npm owner ls dktrgo
  47. npm ERR! There is likely additional logging output above.
  48.  
  49. npm ERR! Please include the following file with any support request:
  50. npm ERR! c:xampphtdocsmyprojectnpm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement