Angular4.x Module not found: Error: Can't resolve 'classlist.js'

后端 未结 4 626
失恋的感觉
失恋的感觉 2021-02-12 14:41

When I remove comment part in polyfills.ts for polyfills to load page in Internet Explore

4条回答
  •  旧巷少年郎
    2021-02-12 14:55

    remove the current package,

    npm uninstall classlist.js --save
    

    then run

    npm cache verify
    

    afterwards run

    npm install classlist.js --save-exact
    

提交回复
热议问题