error Couldn't find a package.json file in

error Could not find a package.json file in
Solution: First, initialize, and then install the appropriate file
(1) npm init -f // forced initialization file.
(2) npm install Bluebird --save.

Guess you like

Origin www.cnblogs.com/zhanghailing/p/11994863.html