billperegoy / elm-divide

4 stars 0 forks source link

npm install fails #1

Open songproducer opened 7 years ago

songproducer commented 7 years ago

npm ERR! addLocal Could not install /Users/leotreasure/elm-divide/deps/phoenix npm ERR! addLocal Could not install /Users/leotreasure/elm-divide/deps/phoenix_html npm ERR! Darwin 16.5.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" npm ERR! node v6.9.1 npm ERR! npm v3.10.8 npm ERR! path /Users/leotreasure/elm-divide/deps/phoenix npm ERR! code ENOENT npm ERR! errno -2 npm ERR! syscall open

npm ERR! enoent ENOENT: no such file or directory, open '/Users/leotreasure/elm-divide/deps/phoenix' npm ERR! enoent ENOENT: no such file or directory, open '/Users/leotreasure/elm-divide/deps/phoenix' npm ERR! enoent This is most likely not a problem with npm itself npm ERR! enoent and is related to npm not being able to find a file. npm ERR! enoent

npm ERR! Please include the following file with any support request: npm ERR! /Users/leotreasure/elm-divide/npm-debug.log

0 info it worked if it ends with ok 1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'install' ] 2 info using npm@3.10.8 3 info using node@v6.9.1 4 silly loadCurrentTree Starting 5 silly install loadCurrentTree 6 silly install readLocalPackageData 7 silly install normalizeTree 8 silly loadCurrentTree Finishing 9 silly loadIdealTree Starting 10 silly install loadIdealTree 11 silly cloneCurrentTree Starting 12 silly install cloneCurrentTreeToIdealTree 13 silly cloneCurrentTree Finishing 14 silly loadShrinkwrap Starting 15 silly install loadShrinkwrap 16 silly loadShrinkwrap Finishing 17 silly loadAllDepsIntoIdealTree Starting 18 silly install loadAllDepsIntoIdealTree 19 silly fetchOtherPackageData phoenix@file:deps/phoenix 20 silly cache add args [ 'phoenix@file:deps/phoenix', null ] 21 verbose cache add spec phoenix@file:deps/phoenix 22 silly fetchOtherPackageData phoenix_html@file:deps/phoenix_html 23 silly cache add args [ 'phoenix_html@file:deps/phoenix_html', null ] 24 verbose cache add spec phoenix_html@file:deps/phoenix_html 25 silly cache add parsed spec Result { 25 silly cache add raw: 'phoenix@file:deps/phoenix', 25 silly cache add scope: null, 25 silly cache add escapedName: 'phoenix', 25 silly cache add name: 'phoenix', 25 silly cache add rawSpec: 'file:deps/phoenix', 25 silly cache add spec: '/Users/leotreasure/elm-divide/deps/phoenix', 25 silly cache add type: 'local' } 26 silly cache add parsed spec Result { 26 silly cache add raw: 'phoenix_html@file:deps/phoenix_html', 26 silly cache add scope: null, 26 silly cache add escapedName: 'phoenix_html', 26 silly cache add name: 'phoenix_html', 26 silly cache add rawSpec: 'file:deps/phoenix_html', 26 silly cache add spec: '/Users/leotreasure/elm-divide/deps/phoenix_html', 26 silly cache add type: 'local' } 27 error addLocal Could not install /Users/leotreasure/elm-divide/deps/phoenix 28 silly fetchPackageMetaData Error: ENOENT: no such file or directory, open '/Users/leotreasure/elm-divide/deps/phoenix' 28 silly fetchPackageMetaData at Error (native) 28 silly fetchPackageMetaData error for phoenix@file:deps/phoenix { Error: ENOENT: no such file or directory, open '/Users/leotreasure/elm-divide/deps/phoenix' 28 silly fetchPackageMetaData at Error (native) 28 silly fetchPackageMetaData errno: -2, 28 silly fetchPackageMetaData code: 'ENOENT', 28 silly fetchPackageMetaData syscall: 'open', 28 silly fetchPackageMetaData path: '/Users/leotreasure/elm-divide/deps/phoenix' } 29 error addLocal Could not install /Users/leotreasure/elm-divide/deps/phoenix_html 30 silly fetchPackageMetaData Error: ENOENT: no such file or directory, open '/Users/leotreasure/elm-divide/deps/phoenix_html' 30 silly fetchPackageMetaData at Error (native) 30 silly fetchPackageMetaData error for phoenix_html@file:deps/phoenix_html { Error: ENOENT: no such file or directory, open '/Users/leotreasure/elm-divide/deps/phoenix_html' 30 silly fetchPackageMetaData at Error (native) 30 silly fetchPackageMetaData errno: -2, 30 silly fetchPackageMetaData code: 'ENOENT', 30 silly fetchPackageMetaData syscall: 'open', 30 silly fetchPackageMetaData path: '/Users/leotreasure/elm-divide/deps/phoenix_html' } 31 silly rollbackFailedOptional Starting 32 silly rollbackFailedOptional Finishing 33 silly runTopLevelLifecycles Finishing 34 silly install printInstalled 35 verbose stack Error: ENOENT: no such file or directory, open '/Users/leotreasure/elm-divide/deps/phoenix' 35 verbose stack at Error (native) 36 verbose cwd /Users/leotreasure/elm-divide 37 error Darwin 16.5.0 38 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" 39 error node v6.9.1 40 error npm v3.10.8 41 error path /Users/leotreasure/elm-divide/deps/phoenix 42 error code ENOENT 43 error errno -2 44 error syscall open 45 error enoent ENOENT: no such file or directory, open '/Users/leotreasure/elm-divide/deps/phoenix' 46 error enoent ENOENT: no such file or directory, open '/Users/leotreasure/elm-divide/deps/phoenix' 46 error enoent This is most likely not a problem with npm itself 46 error enoent and is related to npm not being able to find a file. 47 verbose exit [ -2, true ]

billperegoy commented 7 years ago

I'll take a look at this in the next couple of days. Thanks for pointing it out.