Skip to content

Instantly share code, notes, and snippets.

@tjd2002
Created June 27, 2018 19:03
Show Gist options
  • Save tjd2002/75e1cdb76c909a64c97fbe300467f2a9 to your computer and use it in GitHub Desktop.
Save tjd2002/75e1cdb76c909a64c97fbe300467f2a9 to your computer and use it in GitHub Desktop.
npm debug log
0 info it worked if it ends with ok
1 verbose cli [ '/home/tjd/anaconda3/bin/node',
1 verbose cli '/home/tjd/anaconda3/bin/npm',
1 verbose cli 'install',
1 verbose cli '../package-b-1.0.0.tgz' ]
2 info using npm@5.6.0
3 info using node@v8.11.1
4 verbose npm-session 30df5239ae5122f5
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 silly pacote file manifest for undefined@file:../package-b-1.0.0.tgz fetched in 61ms
8 silly install loadIdealTree
9 silly install cloneCurrentTreeToIdealTree
10 silly install loadShrinkwrap
11 silly install loadAllDepsIntoIdealTree
12 silly resolveWithNewModule package-b@1.0.0 checking installable status
13 silly fetchPackageMetaData error for package-a@file:package-a Could not install "../package-b-1.0.0.tgz/package-a" as it is not a directory and is not a file with a name ending
in .tgz, .tar.gz or .tar
14 silly saveTree package-test@1.0.0
14 silly saveTree └── package-b@1.0.0
15 verbose stack Error: ENOTDIR: not a directory, open '/home/tjd/tmp2/issue/package-b-1.0.0.tgz/package-a/package.json'
16 verbose cwd /home/tjd/tmp2/issue/install-from-tarball
17 verbose Linux 4.13.0-39-generic
18 verbose argv "/home/tjd/anaconda3/bin/node" "/home/tjd/anaconda3/bin/npm" "install" "../package-b-1.0.0.tgz"
19 verbose node v8.11.1
20 verbose npm v5.6.0
21 error code ENOLOCAL
22 error Could not install "../package-b-1.0.0.tgz/package-a" as it is not a directory and is not a file with a name ending in .tgz, .tar.gz or .tar
23 verbose exit [ 1, true ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment