LoginSignup
4
3

More than 5 years have passed since last update.

npm で velocity.js を入れようとしてハマった。

Last updated at Posted at 2016-03-09

この velocity(http://julian.com/research/velocity/ )を入れたくて、

$npm i velocity -S

でいれようとしてたら、fs がないよって怒られた。

他にもたくさん velocity があった。
https://www.npmjs.com/search?q=velocity

本物はこれ。
https://www.npmjs.com/package/velocity-animate

なので、求めてたやつはコレ。

$npm i velocity-animate -S
index.js
const velocity = require('velocity-animate') // ES6 x webpack
4
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3