0

I need to change my install of zombie.js from 4.0.7 to 3.1.x as specified here (Installing Zombie.js Error: ReferenceError: Set is not defined. What am I doing wrong?) to work through an example.

However I have no idea how to do this using the linux command line (nor did my search yield an answer to this). Is there a way to do this using npm?

Community
  • 1
  • 1
Lance Strait
  • 4,001
  • 4
  • 17
  • 18

1 Answers1

1
 npm install zombie@3.1.0 --save
bluesman
  • 2,242
  • 2
  • 25
  • 35