Open Pomax opened 11 years ago
The instructions say to use
% npm install connect-auth % cp examples/example_keys_file.js examples/keys_file.js
however, after running npm install, there is no examples directory, and the example_keys_file.js file does not exist in the node_modules/connect-auth dir or any of its subdirectories.
example_keys_file.js
node_modules/connect-auth
The instructions say to use
however, after running npm install, there is no examples directory, and the
example_keys_file.js
file does not exist in thenode_modules/connect-auth
dir or any of its subdirectories.