What needs to change in this package.json file to work with npm 0.3.0?

前端 未结 6 587
时光取名叫无心
时光取名叫无心 2021-01-04 23:33

Trying to use a lib but getting this error...

npm ERR! JSON.parse Failed to parse package.json data.
npm ERR! JSON.parse Note that package.json must be actua         


        
6条回答
  •  佛祖请我去吃肉
    2021-01-05 00:17

    I also got the same error message, first run npm package.json to check errors in package.json file, if not then run npm cache clean.

提交回复
热议问题