Skip to content
This repository has been archived by the owner on Apr 27, 2019. It is now read-only.

module update #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Junpei1994
Copy link

@Junpei1994 Junpei1994 commented Apr 19, 2019

The following errors were displayed when executing npm install.
So I updated the modules to fix these errors.

node-pre-gyp ERR! Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.2/fse-v1.1.2-node-v64-darwin-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v64 ABI) (falling back to source compile with node-gyp)
node-pre-gyp ERR! Tried to download(undefined): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.2/fse-v1.1.2-node-v64-darwin-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v64 ABI) (falling back to source compile with node-gyp)
  SOLINK_MODULE(target) Release/.node
.
.
.

I used ncu to update the module.
Works without problems.

⋊> ~/g/vue-test-utils-getting-started on feature/module_update ⨯ ncu -u                                                                                                                                                                                                 10:34:02
Upgrading /Users/nakagawajunpei/git/vue-test-utils-getting-started/package.json
[====================] 7/7 100%

 vue                     ^2.4.4  →  ^2.6.10
 babel-jest             ^21.2.0  →  ^24.7.1
 babel-preset-env        ^1.6.0  →   ^1.7.0
 jest                   ^21.2.1  →  ^24.7.1
 regenerator-runtime    ^0.11.0  →  ^0.13.2
 vue-template-compiler   ^2.4.4  →  ^2.6.10

Run npm install to install new versions.

⋊> ~/g/vue-test-utils-getting-started on feature/module_update ⨯ npm install                                                                                                                                                                                            10:34:50

> [email protected] install /Users/nakagawajunpei/git/vue-test-utils-getting-started/node_modules/fsevents
> node install

node-pre-gyp WARN Using request for node-pre-gyp https download
[fsevents] Success: "/Users/nakagawajunpei/git/vue-test-utils-getting-started/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node" is installed via remote
npm WARN [email protected] No repository field.

added 299 packages from 170 contributors, removed 92 packages, updated 178 packages, moved 3 packages and audited 859856 packages in 18.081s
found 0 vulnerabilities

⋊> ~/g/vue-test-utils-getting-started on feature/module_update ⨯ npm test                                                                                                                                                                                               10:35:44

> [email protected] test /Users/nakagawajunpei/git/vue-test-utils-getting-started
> jest

 PASS  ./test.js
  Counter
    ✓ renders the correct markup (3ms)
    ✓ has a button (5ms)
    ✓ button should increment the count (2ms)

Test Suites: 1 passed, 1 total
Tests:       3 passed, 3 total
Snapshots:   0 total
Time:        0.868s, estimated 1s
Ran all test suites.

@Junpei1994 Junpei1994 changed the title module_update module update Apr 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant