javascript - Installing js file using npm -


i trying install .js package using npm getting error repository right in git. command.

npm install -s apiconnect-cli-logger/logger.js 

and getting following error

error

if trying install file system point absolute or relative path contains package.json file

npm install -d ../foo 

if sre installing git use https url use clone

npm install -d whsthever.git 

take @ docs:

https://docs.npmjs.com/cli/install


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -