mzohaibqc / antd-theme-webpack-plugin

A webpack plugin for Dynamic theme generation for Ant Design

Home Page:https://mzohaibqc.github.io/antd-theme-webpack-plugin/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I cant find the version 1.1.5

gebilaoman opened this issue · comments

I can't find the version 1.1.5 from npm or yarn.
I need u help.

$ npm i antd-theme-webpack-plugin@latest  --save
npm ERR! code ETARGET
npm ERR! notarget No matching version found for antd-theme-webpack-plugin@^1.1.5
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

I find all versions on npm:

$ npm view  antd-theme-webpack-plugin versions

[ '1.0.0',
  '1.0.1',
  '1.0.2',
  '1.0.3',
  '1.0.4',
  '1.0.5',
  '1.0.6',
  '1.0.7',
  '1.0.8',
  '1.0.9',
  '1.1.0',
  '1.1.1',
  '1.1.2' ]

Here is what I got from this command

$ npm view  antd-theme-webpack-plugin versions
[ '1.0.0',
  '1.0.1',
  '1.0.2',
  '1.0.3',
  '1.0.4',
  '1.0.5',
  '1.0.6',
  '1.0.7',
  '1.0.8',
  '1.0.9',
  '1.1.0',
  '1.1.1',
  '1.1.2',
  '1.1.3',
  '1.1.4',
  '1.1.5' ]

I don't know why, but I'm using version 1.1.2 now
image

There are many bug fixes in latest build, you need to install that version. Have you tried npm install antd-theme-webpack-plugin@v1.1.5 ?

Yeah, I tried. It's a really strange question. Fortunately, I wrote the code with 1.1.2 and it worked.

It worked for me.
screen shot 2018-06-08 at 5 20 35 pm