3

i am working on a angular8+ project and older versions like (jspdf@1.4.1) working fine in stackblitz but latest versions are not working. stackblitz code

enter image description here

if i click on install missing packages , am getting the following error unable to find worker threads on npm registry ? enter image description here

can some one help me out with this ?

sravan ganji
  • 4,774
  • 3
  • 25
  • 37

1 Answers1

0

you need to install worker-thread package, Enter the correct package name in the left navigation where to input package name. Package name is: worker-thread not worker_threads or worker_thread

Mochi
  • 123
  • 8