You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2022. It is now read-only.
nodemon installed as global module with npm 2.11.x on Windows ends up with a very long path that breaks nodemon. The problem didn't exist in pre-2.11.x versions of npm:
C:\Users\Dev>nodemon
exception in nodemon killing node
Error: Cannot find module 'wrappy'
at Function.Module._resolveFilename (module.js:332:15)
at Function.Module._load (module.js:282:25)
at Module.require (module.js:361:17)
at require (module.js:380:17)
at Object.<anonymous> (C:\Users\Sergiy Kyrylkov\AppData\Roaming\npm\node_modules\nodemon\node_modules\update-notifier\node_modules\latest-version\node_modules\package-json\node_modules\got\node_modules\duplexify\node_modules\end-of-stream\node_modules\once\once.js:1:76)
at Module._compile (module.js:426:26)
at Object.Module._extensions..js (module.js:444:10)
at Module.load (module.js:351:32)
at Function.Module._load (module.js:306:12)
at Module.require (module.js:361:17)
at require (module.js:380:17)
nodemoninstalled as global module withnpm2.11.x on Windows ends up with a very long path that breaksnodemon. The problem didn't exist in pre-2.11.x versions ofnpm:nodejs/node#1849