问题
I am getting error
can not find module 'jsonwebtoken'
even if jsonwebtoken package is installed and available in node_modules folder.
import { jwt } from 'jsonwebtoken';
来源:https://stackoverflow.com/questions/40916851/angular-2-can-not-find-module-jsonwebtoken