Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

cannot find jsonwebtoken

#Instead of installing it globally with the -g tag,
#just install it locally in your current working directory. Just do:

npm install jsonwebtoken --save

#This is because you can not directly require a globally installed package in your code.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #find #jsonwebtoken
ADD COMMENT
Topic
Name
1+4 =