junobuild / create-juno

A CLI for discovering Juno
MIT License
0 stars 1 forks source link

fix: make npm silent to fix socket error #37

Closed peterpeterparker closed 5 months ago

peterpeterparker commented 5 months ago

❯ node /Users/daviddalbusco/projects/juno/create-juno/dist/index.js


) || | || | |/ \ _/ __/ ||__|____/ v0.0.21

Welcome πŸ‘‹

βœ” Where should we create your project? … 12345678 βœ” What kind of project are you starting? β€Ί Application βœ” Which framework do you want to use? β€Ί React βœ” Choose your starting point? β€Ί Example βœ” Would you like to set up a GitHub Action for deployment? Remember, you'll need to configure a controller afterward. Check our documentation for more details … no / yes βœ” Do you want to configure the project to use the local development emulator? … no / yes βœ” Install your project's dependencies now? … no / yes An unexpected error happened 😫. Error: npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.

at Socket.<anonymous> (file:///Users/daviddalbusco/projects/juno/create-juno/dist/index.js:2096:8966)
at Socket.emit (node:events:519:28)
at addChunk (node:internal/streams/readable:559:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:510:3)
at Readable.push (node:internal/streams/readable:390:5)
at Pipe.onStreamRead (node:internal/stream_base_commons:191:23)