Giter Site home page Giter Site logo

Comments (3)

gtrandxiangyu avatar gtrandxiangyu commented on June 15, 2024

0 info it worked if it ends with ok
1 verbose cli [ '/home/yangxing/.nvm/versions/node/v6.12.3/bin/node',
1 verbose cli '/home/yangxing/.nvm/versions/node/v6.12.3/bin/npm',
1 verbose cli 'install',
1 verbose cli '--save',
1 verbose cli '@/components/WalletIndex',
1 verbose cli '@/components/WalletCreateStep1',
1 verbose cli '@/components/WalletCreateStep2' ]
2 info using [email protected]
3 info using [email protected]
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 silly fetchPackageMetaData @/components/WalletIndex
8 silly fetchPackageMetaData @/components/WalletCreateStep1
9 silly fetchPackageMetaData @/components/WalletCreateStep2
10 silly fetchOtherPackageData @/components/WalletIndex
11 silly cache add args [ '@/components/WalletIndex', null ]
12 verbose cache add spec @/components/WalletIndex
13 silly fetchOtherPackageData @/components/WalletCreateStep1
14 silly cache add args [ '@/components/WalletCreateStep1', null ]
15 verbose cache add spec @/components/WalletCreateStep1
16 silly fetchOtherPackageData @/components/WalletCreateStep2
17 silly cache add args [ '@/components/WalletCreateStep2', null ]
18 verbose cache add spec @/components/WalletCreateStep2
19 silly cache add parsed spec Result {
19 silly cache add raw: '@/components/WalletIndex',
19 silly cache add scope: null,
19 silly cache add escapedName: null,
19 silly cache add name: null,
19 silly cache add rawSpec: '@/components/WalletIndex',
19 silly cache add spec: '/home/yangxing/work/gxc_wallet/gxs-wallet/@/components/WalletIndex',
19 silly cache add type: 'local' }
20 silly cache add parsed spec Result {
20 silly cache add raw: '@/components/WalletCreateStep1',
20 silly cache add scope: null,
20 silly cache add escapedName: null,
20 silly cache add name: null,
20 silly cache add rawSpec: '@/components/WalletCreateStep1',
20 silly cache add spec: '/home/yangxing/work/gxc_wallet/gxs-wallet/@/components/WalletCreateStep1',
20 silly cache add type: 'local' }
21 silly cache add parsed spec Result {
21 silly cache add raw: '@/components/WalletCreateStep2',
21 silly cache add scope: null,
21 silly cache add escapedName: null,
21 silly cache add name: null,
21 silly cache add rawSpec: '@/components/WalletCreateStep2',
21 silly cache add spec: '/home/yangxing/work/gxc_wallet/gxs-wallet/@/components/WalletCreateStep2',
21 silly cache add type: 'local' }
22 error addLocal Could not install /home/yangxing/work/gxc_wallet/gxs-wallet/@/components/WalletIndex
23 silly fetchPackageMetaData Error: ENOENT: no such file or directory, open '/home/yangxing/work/gxc_wallet/gxs-wallet/@/components/WalletIndex'
23 silly fetchPackageMetaData at Error (native)
23 silly fetchPackageMetaData error for @/components/WalletIndex { Error: ENOENT: no such file or directory, open '/home/yangxing/work/gxc_wallet/gxs-wallet/@/components/WalletIndex'
23 silly fetchPackageMetaData at Error (native)
23 silly fetchPackageMetaData errno: -2,
23 silly fetchPackageMetaData code: 'ENOENT',
23 silly fetchPackageMetaData syscall: 'open',
23 silly fetchPackageMetaData path: '/home/yangxing/work/gxc_wallet/gxs-wallet/@/components/WalletIndex' }
24 error addLocal Could not install /home/yangxing/work/gxc_wallet/gxs-wallet/@/components/WalletCreateStep1
25 silly fetchPackageMetaData Error: ENOENT: no such file or directory, open '/home/yangxing/work/gxc_wallet/gxs-wallet/@/components/WalletCreateStep1'
25 silly fetchPackageMetaData at Error (native)
25 silly fetchPackageMetaData error for @/components/WalletCreateStep1 { Error: ENOENT: no such file or directory, open '/home/yangxing/work/gxc_wallet/gxs-wallet/@/components/WalletCreateStep1'
25 silly fetchPackageMetaData at Error (native)
25 silly fetchPackageMetaData errno: -2,
25 silly fetchPackageMetaData code: 'ENOENT',
25 silly fetchPackageMetaData syscall: 'open',
25 silly fetchPackageMetaData path: '/home/yangxing/work/gxc_wallet/gxs-wallet/@/components/WalletCreateStep1' }
26 error addLocal Could not install /home/yangxing/work/gxc_wallet/gxs-wallet/@/components/WalletCreateStep2
27 silly fetchPackageMetaData Error: ENOENT: no such file or directory, open '/home/yangxing/work/gxc_wallet/gxs-wallet/@/components/WalletCreateStep2'
27 silly fetchPackageMetaData at Error (native)
27 silly fetchPackageMetaData error for @/components/WalletCreateStep2 { Error: ENOENT: no such file or directory, open '/home/yangxing/work/gxc_wallet/gxs-wallet/@/components/WalletCreateStep2'
27 silly fetchPackageMetaData at Error (native)
27 silly fetchPackageMetaData errno: -2,
27 silly fetchPackageMetaData code: 'ENOENT',
27 silly fetchPackageMetaData syscall: 'open',
27 silly fetchPackageMetaData path: '/home/yangxing/work/gxc_wallet/gxs-wallet/@/components/WalletCreateStep2' }
28 silly rollbackFailedOptional Starting
29 silly rollbackFailedOptional Finishing
30 silly runTopLevelLifecycles Finishing
31 silly install printInstalled
32 verbose stack Error: ENOENT: no such file or directory, open '/home/yangxing/work/gxc_wallet/gxs-wallet/@/components/WalletIndex'
32 verbose stack at Error (native)
33 verbose cwd /home/yangxing/work/gxc_wallet/gxs-wallet
34 error Linux 4.4.0-31-generic
35 error argv "/home/yangxing/.nvm/versions/node/v6.12.3/bin/node" "/home/yangxing/.nvm/versions/node/v6.12.3/bin/npm" "install" "--save" "@/components/WalletIndex" "@/components/WalletCreateStep1" "@/components/WalletCreateStep2"
36 error node v6.12.3
37 error npm v3.10.10
38 error path /home/yangxing/work/gxc_wallet/gxs-wallet/@/components/WalletIndex
39 error code ENOENT
40 error errno -2
41 error syscall open
42 error enoent ENOENT: no such file or directory, open '/home/yangxing/work/gxc_wallet/gxs-wallet/@/components/WalletIndex'
43 error enoent ENOENT: no such file or directory, open '/home/yangxing/work/gxc_wallet/gxs-wallet/@/components/WalletIndex'
43 error enoent This is most likely not a problem with npm itself
43 error enoent and is related to npm not being able to find a file.
44 verbose exit [ -2, true ]

from gxchain-wallet.

yrming avatar yrming commented on June 15, 2024

rm -rf node_modules
npm install

from gxchain-wallet.

yrming avatar yrming commented on June 15, 2024

npm install 最好是在科学上网环境下

from gxchain-wallet.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.