Created
November 23, 2020 18:30
-
-
Save aparajita/ff5264aebba5af5edc02aed60e982725 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 verbose cli [ | |
0 verbose cli '/Users/aparajita/.fnm/node-versions/v15.0.1/installation/bin/node', | |
0 verbose cli '/Users/aparajita/.fnm/node-versions/v15.0.1/installation/bin/npm', | |
0 verbose cli 'publish', | |
0 verbose cli '--ignore-scripts', | |
0 verbose cli '--publish-branch', | |
0 verbose cli 'main', | |
0 verbose cli '--dry-run' | |
0 verbose cli ] | |
1 info using [email protected] | |
2 info using [email protected] | |
3 timing config:load:defaults Completed in 1ms | |
4 timing config:load:file:/Users/aparajita/.fnm/node-versions/v15.0.1/installation/lib/node_modules/npm/npmrc Completed in 0ms | |
5 timing config:load:builtin Completed in 1ms | |
6 timing config:load:cli Completed in 1ms | |
7 timing config:load:env Completed in 0ms | |
8 timing config:load:file:/Users/aparajita/Developer/projects/clients/willsub/client/ws-capacitor-native-decorator/.npmrc Completed in 0ms | |
9 timing config:load:project Completed in 1ms | |
10 timing config:load:file:/Users/aparajita/.npmrc Completed in 1ms | |
11 timing config:load:user Completed in 1ms | |
12 timing config:load:file:/Users/aparajita/.fnm/node-versions/v15.0.1/installation/etc/npmrc Completed in 0ms | |
13 timing config:load:global Completed in 0ms | |
14 timing config:load:cafile Completed in 0ms | |
15 timing config:load:validate Completed in 0ms | |
16 timing config:load:setUserAgent Completed in 1ms | |
17 timing config:load:setEnvs Completed in 0ms | |
18 timing config:load Completed in 6ms | |
19 verbose npm-session e54a9d63409fed98 | |
20 timing npm:load Completed in 11ms | |
21 verbose publish [ 'main' ] | |
22 timing command:publish Completed in 1ms | |
23 verbose stack Error: ENOENT: no such file or directory, open 'main/package.json' | |
24 verbose cwd /Users/aparajita/Developer/projects/clients/willsub/client/ws-capacitor-native-decorator | |
25 verbose Darwin 19.6.0 | |
26 verbose argv "/Users/aparajita/.fnm/node-versions/v15.0.1/installation/bin/node" "/Users/aparajita/.fnm/node-versions/v15.0.1/installation/bin/npm" "publish" "--ignore-scripts" "--publish-branch" "main" "--dry-run" | |
27 verbose node v15.0.1 | |
28 verbose npm v7.0.3 | |
29 error code ENOENT | |
30 error syscall open | |
31 error path main/package.json | |
32 error errno -2 | |
33 error enoent ENOENT: no such file or directory, open 'main/package.json' | |
34 error enoent This is related to npm not being able to find a file. | |
35 verbose exit -2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment