jquery-validation missing dist folder

后端 未结 2 1919
天涯浪人
天涯浪人 2021-02-14 11:17

I am trying to add jquery-validation to a project in visual studio 2015. When I add \"jquery-validation\" to bower.json I see that the jquery-validation folder is added to wwwro

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-14 11:45

    npm 2 generates several nested folders which causes paths on Windows to bug. If that is the issue then you should update to npm 3 where they fixed it.

    npm i -g npm
    

提交回复
热议问题